Thanks, but I need to know the php behaviour indipendently from my web
server.
"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> jem777 wrote:
> > If I submit a post and then, serverside, I redirect the request to
another
> > page, do the p
If I submit a post and then, serverside, I redirect the request to another
page, do the post variables still live in the new page?
Thanks,
Jem777
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;[quote]", $body);
$body = eregi_replace("\[ */ *quote *\]", "[/quote]", $body);
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Tuesday 12 April 2005 18:30, jem777 wrote:
> > Php docs are quite messy about what works with wha
Php docs are quite messy about what works with what function...
This is my problem; I want to strip out spaces from my tags:
$word = "[ / quote ]";
$word = eregi_replace("[[[:blank:]]*quote[[:blank:]]*]", "[quote]", $word);
$word = eregi_replace("[[[:blank:]]*\/[[:blank:]]*quote[[:blank:]]*]",
"[/
4 matches
Mail list logo