logo       

OT: Collaboration/Demonstration software.: msg#00011

php.tcphp

Subject: OT: Collaboration/Demonstration software.

Hey all, sorry for the OT post, but I figure that one of you can
recommend a web based collaboration application (like WebEx).

I need to demonstrate a web site to remote users. I want them to see
what I'm doing in a browser while we discuss over the phone.

Ideally, the remote user would only need a browser and have no control
over the web site I am demonstrating.
--schrenk,

======================================================================
OT PENANCE: The following function will put all of a web pages links
into an array

function get_links($page)
{
$link_tag_match = "|<A[^>]+(.*)>|iU";
preg_match_all ($link_tag_match, $page, $original_link_array);
$link_array = $original_link_array[0];

return $link_array;
}

http://www.schrenk.com


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise