[php] checkboxes -- further
Maggie Iaquinto
iaquinto at ozemail.com.au
Fri Apr 29 00:57:13 EST 2005
Further to myprevious post about checkboxes --
Running phpinfo() on openlab (ver 4.3.4) and my own uniserver (ver
5.0.0), I get the same info. Why don't these variables get displayed on
the openlab server? They get displayed at home using universer with php
ver 5.0.0. Is it due to the version?
Maggie
copied from the variables section of phpinfo( )
_REQUEST["chkMeat"] meat
_REQUEST["chkVeg"] vegetables
_REQUEST["chkSweet"] sweets
_REQUEST["chkBev"] beverages
_POST["chkMeat"] meat
_POST["chkVeg"] vegetables
_POST["chkSweet"] sweets
_POST["chkBev"] beverages
More information about the php
mailing list