[PHP] the best way to get Apache/PHP to handle *all* requests

2006-03-09 Thread Nic
Hi I've got apache2/mod_php4 and I want to pass all requests to a vhost through to a single PHP script. I've tried this config: ServerName yyy DocumentRoot /var/local/yyy ForceType application/x-httpd-php with a PHP script called "store" I can get

Re: [PHP] The best way ...

2003-12-12 Thread Chris Shiflett
--- "Philip J. Newman" <[EMAIL PROTECTED]> wrote: > what is the best way to remove extra \'s from strings ... would be? The best way is to not put them there in the first place. :-) I guess the second best way would be stripslashes(). Hope that helps. Chris = Chris Shiflett - http://shifle

RE: [PHP] The best way ...

2003-12-12 Thread Jay Blanchard
[snip] what is the best way to remove extra \'s from strings ... would be ? [/snip] http://www.php.net/stripslashes but depends on how many extras -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] The best way ...

2003-12-12 Thread Philip J. Newman
what is the best way to remove extra \'s from strings ... would be ? --- Philip J. Newman Master Developer PhilipNZ.com [NZ] Ltd. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php