On Wed, November 29, 2006 3:14 pm, Frank Reichenbacher, Bio-Concepts,
Inc. wrote:
>
> Well, my code worked fine with that one simple change from "=" to "=="

Well, that means you aren't using E_ALL, as there *IS* an E_NOTICE
being issued for $_POST['Permission'] when you attempt to read it, as
it's not there.

http://php.net/error_reporting

You will find a LOT of mistakes early on with E_ALL.
Early Detection is important in coding, as well as in medicine.
:-)

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to