Posted by Jeff Vaccaro on 01/02/07 14:32
Apparently there was a rogue space in the $_GET. I trimmed that and
now it appears to be working!
Thanks.
Janwillem Borleffs wrote:
> Jeff Vaccaro wrote:
> > How come this doesn't work?
> >
> > What am I doing wrong?
> >
> > $type = $_GET['functionType'];
> >
>
> Print $type and check the case; 'add' and 'Add' are two different things the
> way you compare them.
>
> If the case indeed is the problem try the following function:
>
> http://www.php.net/manual/en/function.strcasecmp.php
>
>
> JW
Navigation:
[Reply to this message]
|