The names are the same as the column heads in the database table..
Or?.....
This is not an error. PHP is just telling you that you're trying to
use
a variable which has no value.
this I understand
You can change the error reporting level
in the php.ini file, but it would be better coding practice when
taking
form input data to...
a) Check to see if a variable is set before using it b) Be sure you're getting the value you're expecting to ensure that
no
one is trying to circumvent your scripts.
this I don't! How do I approach a)? Or is it covered By Bj's advice that the way of doing it is now different? Remembering I have downloaded the server programs only a week or so ago and they are probably very up to date.
For the first item, you can use php's isset() function...
http://us4.php.net/isset
For the second item, no matter how up-to-date your version of php is, your code can still be circumvented depending on how (in)securely you write your code. I've sent another email addressing this.
-- By-Tor.com It's all about the Rush http://www.by-tor.com
____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016
Please include the email address which you have been contacted with.