Archive | PHP RSS for this section

PHP and mySQL dates

Normally this is not an issue but a recent project I was working on meant that the normal way of using dates has caused an issue. When converting a date that is formatted dd/mm/yyyy to yyyy-mm-dd hh:mm:ss didn’t work the way I wanted it to. A way round this is to format the UK date… [read more]

Continue Reading

How to add the Facebook like button to your website

I have recently added the facebook “like” button to a website of mine, iPods Repaired, so I thought I would outline the process.
One thing that got me was how simple it was. Facebook provide the tools to build the button its just a matter of adding the code to the website. The tricky bit was… [read more]

Continue Reading