Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

handling dates

Status
Not open for further replies.

Toe

Programmer
Joined
Oct 26, 2001
Messages
71
Location
GB
I want to store a date in a mysql database and access this via PHP.

Is there a built in type for this (in mysql) and does php have supporting functions for their manipulation
 
and if you just need the date the record is last updated you can use timestamp in mysql. it is automaticly filled when adding a record. and it's updated when the record is updated
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Question Question
Replies
3
Views
433
  • Locked
  • Question Question
Replies
12
Views
598
  • Locked
  • Question Question
Replies
2
Views
304
Replies
8
Views
375

Part and Inventory Search

Sponsor

Back
Top