Thanks for ur reply. But how do i use it in this query
$query = "SELECT jcode,start,end,title,description,location,posted ,region from job,location, region
where
location.id=region.id
AND
job.fk_region=region.id order by jcode ";
Here is posted is the current date(And it inserted automatically because i use now() function to insert current date.) and start and end date will get from the form.
is there any code that formate date like this day-month-year before entering the values into table.
THanks again .. I am newbie
netmastan