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 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