php-general | 2003022
Date: 02/21/03
- Next message: Kevin Paz: "[PHP] Cannot find php.ini"
- Previous message: Chris Corwin: "[PHP] "Constants" for dummies, please?"
- Next in thread: Tyler Longren: "Re: [PHP] What do these errors mean?"
- Reply: Tyler Longren: "Re: [PHP] What do these errors mean?"
- Reply: 1LT John W. Holmes: "Re: [PHP] What do these errors mean?"
- Reply: Jim Lucas: "Re: [PHP] What do these errors mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Kevin Paz: "[PHP] Cannot find php.ini"
- Previous message: Chris Corwin: "[PHP] "Constants" for dummies, please?"
- Next in thread: Tyler Longren: "Re: [PHP] What do these errors mean?"
- Reply: Tyler Longren: "Re: [PHP] What do these errors mean?"
- Reply: 1LT John W. Holmes: "Re: [PHP] What do these errors mean?"
- Reply: Jim Lucas: "Re: [PHP] What do these errors mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

