[PHP] Need help with Taking a phrase from a remote location.

2002-01-28 Thread Robby

Hi Everyone,


I need to know which function a would use to take a phrase from a remote
location.

Yes, I using my fopen and fread function. But I need to know what function I
would use to grab text between the one snip of code and a nother snip of
code.

Please email me back at [EMAIL PROTECTED]

Robby



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Need help with Taking a phrase from a remote location.

2002-01-28 Thread Mike Maltese

str_replace() and eregi_replace() work well for this.

Mike

- Original Message -
From: Robby [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 27, 2002 1:45 PM
Subject: [PHP] Need help with Taking a phrase from a remote location.


 Hi Everyone,


 I need to know which function a would use to take a phrase from a remote
 location.

 Yes, I using my fopen and fread function. But I need to know what function
I
 would use to grab text between the one snip of code and a nother snip of
 code.

 Please email me back at [EMAIL PROTECTED]

 Robby



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]