It's simple sript to select OR insert query with MySQL.
I copied the example from the PHP documentation.
<?php
$sql='Type here any select OR insert query';
$result = mysql_query($sql);
if (!$result) {
die('Invalid query: ' . mysql_error());
}
mysql_close();
?>
For more result Click Here!
Enjoy!
No comments:
Post a Comment