Leguvan wrote:

I'm using Windows Server 2003 with IIS 6 and PhP Version 4.3.6.
When I try to use this line of code

$username = $_POST('username');
This should be: $username = $_POST['username'];

it will give m ethis error

Fatal error: Call to undefined function: array() in D:\

My register_globals is ON.

Any help is appreciated.

Hope it helps, Jordi.

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



Reply via email to