PHP question (newbie)
PHP question (newbie)
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- ********0
Shit that was a trifle confusing:
CORRECTIONif(isset($_POST['my_ var'])) {
$my_var = '1'; }if(!isset($_POST['my _var'])) {
$my_var = '0'; }