So the new server upgraded the PHP... sucks for me because now i am having issues with code that was perfect before...
The issues i have is with my submit varables... Here is the code in question.. worked fine in php4 but not in php5... why?
if ("changeViewable" == $_POST["submit"]) {
that particular line... if you need me to post more code surrounding it... i can do so if needed...