On Monday 23 December 2002 18:34, electroteque wrote:
> yet another regex question how could i hange the value within the quotes
> with preg_replace
>
> php_value upload_max_filesize "5M"

If "php_value upload_max_filesize " is fixed then there is no need to use 
preg_replace. Just use a simple substr_replace() or similar.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
She ran the gamut of emotions from 'A' to 'B'.
                -- Dorothy Parker, on a Kate Hepburn performance
*/


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

Reply via email to