Monday, May 20, 2013
Inserting From to date to the database using datepicker PHP MYSQL Part II
//qyuery to insert into database
<?php
include_once('db.php');
$datefrom = $_POST["datefrom"];
$dateto = $_POST["dateto"];
$sql = mysql_query("INSERT INTO date_avenue (date_from, date_to)VALUES('$datefrom','$dateto')");
?>
Subscribe to:
Post Comments (Atom)
2 comments:
what does it means!!!!!!!! where is data picker code.....
please find code in http://phpmysqljqueryajax.blogspot.in/2013/05/inserting-from-to-date-to-database.html
Post a Comment