haha, thanks everyone...... i usually do $poll = ""; and such, i have done alot of little things to my forum
i made a script that uses the forum usernames and passwordst o login with
a new question.... i have 8 different styles, and 5 out of them are very different from the rest.. so how would I go about focring a style? i'd wanna use a styleid but how do you force it... oh wait nm!
PHP Code:
//set varaible for style that you wanna overgiht
$overstyle = "1";
$styleid = $overstyle;
would that work?