Re: [PHP] there has to be a better way...

2003-10-22 Thread Nick JORDAN
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

Re: [PHP] Creating local vars from HTTP Post Array

2003-10-17 Thread Nick JORDAN
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: