andrew_biggart Posted May 28, 2008 Share Posted May 28, 2008 can anyone fins the the error in this code ive been at this so long i cant see anything??? <? include("config.php"); if ($_POST['submit1']) { $prousid = ($_POST['cat']); $inssql = "INSERT INTO biggart_categories (cat) VALUES( '$cat')"; mysql_query($inssql); header("location:admin_account_category_view.php"); } } mysql_close(); ?> Thanks in advance Link to comment https://forums.phpfreaks.com/topic/107719-solved-my-eyes-are-square/ Share on other sites More sharing options...
.josh Posted May 28, 2008 Share Posted May 28, 2008 Please do not make multiple threads asking the same question. Link to comment https://forums.phpfreaks.com/topic/107719-solved-my-eyes-are-square/#findComment-552222 Share on other sites More sharing options...
Recommended Posts