Quote:
Today at 11:34 AM Mist said this in Post #6
PHP Code:
if( isset( $HTTP_POST_VARS['wartime'] ) )
{
$wartimeselected["$HTTP_POST_VARS['wartime']"]="selected";
}
Try that ^^
If the extra double quotes don't work try single quotes. I think it's double quotes though on keys with variables in 
- miSt
|
Tired it and it doesn't work get a "unexpected T_Variable"...whats funny is that in the admin piece it works fine...