MySQL Table PHP date format?

Bob

New member
hello friends..
i have a value in database in this format..

2009-12-31

i want to split in this format:

20091231

how can i do it...?

kindly guide me plz..
how to I insert the data to that format?

right now im using a query that inserts NOW()
 
Back
Top