mike12255 Posted June 14, 2009 Share Posted June 14, 2009 Im creating a form threw echo statments, however both my checkbox and button are text boxes i assume im missing an > but my old eyes cant catch it, can anyone else find my error?? echo "<table border \"0\" cellspacing \"3\" cellpadding=\"3\">\n"; echo "<form method = \"post\" action = \"admin.php?act=create_cat\">\n"; echo "<tr><td>Catagory Name</td><td><input type=\"text\" name=\"name\"></td></tr>\n"; echo "<tr><td>Admin Only?</td><td><input type\"checkbox\" name=\"admin\" value =\"1\"></td></tr>\n"; echo "<tr><td colspan=\"2\" align=\"right\"><input type\"submit\" name=\"submit\" value=\"Create Catagory\"></td></tr>"; echo "</form></table>"; Quote Link to comment https://forums.phpfreaks.com/topic/162083-solved-were-am-i-missing-the/ Share on other sites More sharing options...
MadTechie Posted June 14, 2009 Share Posted June 14, 2009 Coughs type= Quote Link to comment https://forums.phpfreaks.com/topic/162083-solved-were-am-i-missing-the/#findComment-855285 Share on other sites More sharing options...
mike12255 Posted June 14, 2009 Author Share Posted June 14, 2009 ....i think its time for bed, thanks mate. Quote Link to comment https://forums.phpfreaks.com/topic/162083-solved-were-am-i-missing-the/#findComment-855292 Share on other sites More sharing options...
MadTechie Posted June 14, 2009 Share Posted June 14, 2009 Happy to be your second pair of eyes Quote Link to comment https://forums.phpfreaks.com/topic/162083-solved-were-am-i-missing-the/#findComment-855295 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.