Re: [PHP-DB] undefined variable? how could it be?

2002-08-15 Thread Jason Wong
On Friday 16 August 2002 02:22, Bo wrote: > basically this a code for uploading images and text info into a mysql > database, however, when I execute this code, an error occured as: > Undefined variable: action in \phpmySQL\add.php on line 2 > what will be the problem? php.ini -> register_globals

Re: [PHP-DB] undefined variable? how could it be?

2002-08-15 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/15/2002 : Sorry - i made a mistake : it's '&&' instead of '||' -snatch-- Bo> if ((isset($action)&&($action == "upload")) { snatch- -- Greets [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php

Re: [PHP-DB] undefined variable? how could it be?

2002-08-15 Thread Dejan Rajic
This is CorpseEater's reply on your message send to him on 8/15/2002 : Bo> basically this a code for uploading images and text info into a mysql Bo> database, however, when I execute this code, an error occured as: Bo> Undefined variable: action in \phpmySQL\add.php on line 2 Bo> what will be the