I am working on the first version of PHP and MySql and I have this issue with date / timestamp. I am going to make a URL with a date as a GET parameter. But when the date is returned from the database (timestamp type), there is a space between the date and time, so the URL is interrupted.
How can I format the date to include in the url (along with the rest of the parameters)?
source share