"jsWalter" <[EMAIL PROTECTED]> wrote on 22/10/2003 09:10:44:
> I need to read (write comes later) from a config file that we used to
handle
> manually.
> There must be a better way to do this.
Check out the parse_ini_file() function.
Nick
--
PHP General Mailing List (http://www.php.net/)
To
> Rather than manually changing each var -
> $foo to$_POST['foo']
> (there are simply too many)
Why not simply use Find and Replace in a text editor, if you only need to
change one form?
Nick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
2 matches
Mail list logo