quoting solved the problem
thanks mate :)
> How about if you quote index/key names in arrays like:
>
> if($_GET['test'] == "test") { echo "A"; }
>
> HTH,
> Jason k Larson
>
>
> Markus Jäntti wrote:
> > If have this piece of
If have this piece of code (test.php):
I open the file in my browser like this: localhost/test.php?test=test
and get this page:
Notice: Use of undefined constant test - assumed 'test' in
c:\programfiler\apache group\apache\htdocs\test.php on line 2
A
Do I need to define test? How can I work a
I'm working myself through Julie C. Meloni's book "PHP" and now I'm stuck at
chapter 12.
My script gives me this error: You have an error in your SQL syntax near
'()' at line 1
even tho I've even tried replacing my own work with the file from the book's
companion-files.
I'd be very happy if someon
3 matches
Mail list logo