Jump to content

jimcarry05

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jimcarry05's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Solved. Any mod here ? Please close this thread.........................
  2. I am using jquery calendar. Here is a link. http://docs.jquery.com/UI/Datepicker EDIT: another link http://www.ataulkarim.com/?p=15
  3. I am inserting date in this format YYYY-MM-DD. eg. 2010-01-01
  4. Hello, When I run this code. It stored 0000-00-00 on my database. Here is PHP CODE $date = $_GET["date"]; $query = "INSERT INTO tablename (col_name, col_date) VALUES ('Manual Date', '$date')"; And here is HTML Date: <input name="date" type="text"> Please correct this code. Thanks
  5. Hello guys, I am working on a project. And I want to insert the expiry date of the products. So how can I insert the expiry date into mysql using PHP script. Thanks
×
×
  • 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.