|
RE: OT: Collaboration/Demonstration software.: msg#00015php.tcphp
We use MCI's net meetings. http://e-meetings.mci.com I think it might be pretty expensive though. And I have no OT PENANCE to offer. >>-----Original Message----- >>From: mike schrenk >>[mailto:mikeschrenk-/E1597aS9LQAvxtiuMwx3w@xxxxxxxxxxxxxxxx] >>Sent: Friday, March 18, 2005 12:22 AM >>To: php email list >>Subject: [tcphp] 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 >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: >>talk-unsubscribe-4zcLI8jJc/rYtjvyW6yDsg@xxxxxxxxxxxxxxxx For >>additional commands, e-mail: talk-help-4zcLI8jJc/rYtjvyW6yDsg@xxxxxxxxxxxxxxxx >> >> |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Processing forms without sacrificing navigation: 00015, Justin Koivisto |
|---|---|
| Next by Date: | Re: PHP Regular expression help: 00015, Daniel J. Post |
| Previous by Thread: | Re: OT: Collaboration/Demonstration software.i: 00015, Erik Anderson |
| Next by Thread: | Processing forms without sacrificing navigation: 00015, Geoffrey R. Thompson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |