| Philip Thompson 2004-08-31, 8:55 pm |
| Thanks for your reply. Those who have responded, I am thankful to.
~Philip
On Aug 31, 2004, at 4:14 PM, Jasper Howard wrote:
> if the checkbox is checked then you'll get the value in the php
> script. If
> globals are turned on then echo $foo; will work, otherwise you have to
> use
> something like: echo $_POST['foo'];
>
> its a good idea to write your scripts without dependency on globals
> being
> turned on, its a security risk for it to be on.
>
> --
>
>
> -------------------------------------------------------------->>
> Jasper Howard :: Database Administration
> Velocity7
> 1.530.470.9292
> http://www.Velocity7.com/
> <<--------------------------------------------------------------
> "Philip Thompson" <prthomp@uark.edu> wrote in message
> news:2A6CFA3D-FB8A-11D8-A3DD-000393C795C4@uark.edu...
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
|