Jump to content

[SOLVED] my eyes are square


andrew_biggart

Recommended Posts

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
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.