Order SQL results by the MONTH part of the DATE
I needed to display a set of retrieved database results ordered by the MONTH part of the DATE so that the list would be in month order and not by the year. The results...
Things that interest me and may interest you too!
My website design experiences and techniques learnt along the way!
I needed to display a set of retrieved database results ordered by the MONTH part of the DATE so that the list would be in month order and not by the year. The results...
I kept getting a 500 Error message after creating a new php script to process a form from a web page. The script was to process a set of instructions before inserting data in...
I needed to display a date correctly on a web page that was retrieved from a MySQL database. Although the date was inserted into the database with a British format of dd/mm/yyyy, it is...
Do you get an Index of your website directory files similar to below when something goes wrong? Maybe a spelling mistake / typo or in this case a directory without an index file.. I...
Remove https:// or http:// from a $string using PHP I needed to remove the http:// part of a website address in order to display it correctly on a web page. Therefore I would like;...
I needed to redirect traffic from one page to another without using the .htaccess file. I also wanted to let any search engines know that may have indexed the file of its new location....
Recent Comments