[PHP-DB] I still have a bit more of the string to get rid of ...

2006-09-28 Thread Ron Piggott (PHP)
Where '$eachLine' is a line of HTML code the following command

echo str_replace(a href=\, , trim(stristr($eachLine, a
href=))) . \r\n;

give me this result:

http://www.actsministrieschristianevangelism.org/christianliving/quiet_time_quotations_and_reflection_topics.html;here.

I want to get rid of everything including and following the  

What do I do next?


RE: [PHP-DB] I still have a bit more of the string to get rid of ...

2006-09-28 Thread Bastien Koert


same again on the back end

Bastien


From: Ron Piggott (PHP) [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Bastien Koert [EMAIL PROTECTED]
CC: PHP DB php-db@lists.php.net
Subject: [PHP-DB] I still have a bit more of the string to get rid of ...
Date: Thu, 28 Sep 2006 22:13:59 -0400

Where '$eachLine' is a line of HTML code the following command

echo str_replace(a href=\, , trim(stristr($eachLine, a
href=))) . \r\n;

give me this result:

http://www.actsministrieschristianevangelism.org/christianliving/quiet_time_quotations_and_reflection_topics.html;here.

I want to get rid of everything including and following the 

What do I do next?


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php