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
--- "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
[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
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
4 matches
Mail list logo