mysql_select_db("esdb",$con);
$statement="inser into student values('1','Kamal','85')";
$my1=mysql_query($statement);
if($my1) {
echo "Data Successfully Inserted";
} else {
echo "Error In Insert";
}
Programming can be fun, and so can cryptography; however, they should not be combined. :p
Summary of the similarities and differences between the Interfaces and Abstract class Abstract class Interface Has a constructor Yes No An i...
No comments:
Post a Comment