hi there good coder i am starting my own drop down box for my site and need a bit of help please
now every time i go to the page it dont change can some one help me please and yes i am trying to code it my self but having problems with it going to the pages can some one tell me where i am going wrong please
Code:
$main="<div class=".align()."> <form action=\"./help.php?sid=$sid\" method=\"post\"> <select name=\"page\"> <option value=\"./main.php?sid=$sid\">mainpage</option> <option value=\"./forums/forums.php?sid=$sid\">forums</option> <option value=\"./inbox/inbox.php?sid=$sid\">inbox</option> </select><br/> <input type=\"submit\" value=\"go to page\"/> </form> </div>\n";
Comment