variable contents manipulation

variable contents manipulation

am 17.11.2005 22:58:12 von Ron Piggott

If I have the contents of a file is $file_contents and I want to remove
the text that starts off

is there a
way to do this? I have an e-mail to web gateway set up and I would like
to know if I am able to remove the "E-mail this web page" form when the
file is indeed e-mailed. Ron

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

RE: variable contents manipulation

am 18.11.2005 00:36:41 von Bastien Koert

regex it out with preg_replace

Bastien


>From: Ron Piggott
>Reply-To: ron.php@actsministries.org
>To: PHP DB
>Subject: [PHP-DB] variable contents manipulation
>Date: Thu, 17 Nov 2005 16:58:12 -0500
>
>If I have the contents of a file is $file_contents and I want to remove
>the text that starts off is there a
>way to do this? I have an e-mail to web gateway set up and I would like
>to know if I am able to remove the "E-mail this web page" form when the
>file is indeed e-mailed. Ron
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>

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