You know what, your right. I should have caught that, and my friend should
have caught that cause he programs PHP for a living. Shows how much he
wanted to help.
THanks a lot.
"Jordi Canals" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Leguvan wrote:
>
> > I'm using Windows Se
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 i
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');
it will give m ethis error
Fatal error: Call to undefined function: array() in D:\
My register_globals is ON.
Any help is appreciated.
--
PHP Windows Mailing L