11-18-2007, 04:40 AM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 20
Thanks: 1
|
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
|
|
|
|