Re: Call to undefined function: array()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux