|
OT: Collaboration/Demonstration software.: msg#00011php.tcphp
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> |
|---|---|---|
| Previous by Date: | Re: PHP encryption again: 00011, Paul Bramscher |
|---|---|
| Next by Date: | Re: OT: Collaboration/Demonstration software.: 00011, Erik Anderson |
| Previous by Thread: | PHP Architect magazinei: 00011, Skip Evans |
| Next by Thread: | Re: OT: Collaboration/Demonstration software.: 00011, Erik Anderson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |