[PHP] post redirect

2005-04-19 Thread jem777
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

Re: [PHP] post redirect

2005-04-19 Thread jem777
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 post variables still live in the new page

[PHP] Regular expressions

2005-04-12 Thread jem777
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:]]*], [/quote],

Re: [PHP] Regular expressions

2005-04-12 Thread jem777
], $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 what function... This is my problem; I want to strip out spaces from my tags: $word = [ / quote ]; $word