Hi all
I have a form that has an option for the user to select date, month and year, which is later concatenated and inserted into mysql database as dd-yy-mmmm; and the data that is posted with this needs to be displayed on this date.
The problem is, the server on which my site is hosted is based in Arizona, whilst I am here in the UK and most of our visitors are from the UK and Asian region.
The data that was posted through the form does not get displayed until it is 7am here, for it is just after midnight in Arizona. I want the data to be displayed soon after GMT midnight here rather than midnight in Arizona.
Is there a way this can be achieved and if so, could the learned and more experienced guys here guide me in the right direction please?
Many thanks in advance - Melwyn