This is my edit.php:
$op=$_POST['oper'];
$bd = mysql_connect(“localhost”,”root”,””) or die(“Connection Error: ” . mysql_error());
mysql_select_db(“depselect”) or die(“Error conecting to db.”);
if($op==”add”){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top