View Single Post
Old 11-18-2007, 04:40 AM   #3 (permalink)
iisbum
The Wanderer
 
Join Date: Nov 2007
Posts: 20
Thanks: 1
iisbum is on a distinguished road
Default

You're using $sd_Burning to index the $_POST array, so it depends on the value stored in that variable.

You probably mean't to use:
PHP Code:
$_POST['sd_Burning'
Mubs
iisbum is offline  
Reply With Quote