Hi,

I was looking through php.ini and noticed that show_error was set to Off.  I
turned it On, and now I see these errors on one of my pages:
Notice: Use of undefined constant option - assumed 'option' in
/usr/local/apache/htdocs/tyler/encodeDecode.php on line 37

Notice: Undefined index: option in
/usr/local/apache/htdocs/tyler/encodeDecode.php on line 37

Here's line 37-42:
if ($_GET[option] == "") {
 print "<font face=Arial size=4><b>Add Credit Card</b></font><br>";
 print "<form method=POST action=encodeDecode.php?option=encrypt>
 <font face=Arial size=2><b>Credit Card Number:</b></font> <input type=text
name=cc><br>
 <input type=submit value=Add></form>";
}

What's wrong with that?

Thanks,
Tyler


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to