Facebook offers a flexible and easy to use API called Graph, graph is simply a URL that once you open in a browser or within your code it return a JSON (JavaScript Object Notation ) string, in this tutorial you will learn how to use php and facebook graph API to access public posts and [...]
Browsing the archives for the PHP category
In today’s web, its much better to use x hour ago, day ago , month ago , a year ago etc. CodeIgniter has a built-in function in date_helper that allows you to convert any date/time to “xx Time ago” style, its called timespan() it takes 2 arguments the first one is the date/time you want [...]
I know that you maybe hate object oriented programming (OOP) because you think its full of complicated syntax and other roadblocks, and it is not easy to find tutorials that will help you understand oop really well, I have googled around and selected the best 5 – easy to understand PHP OOP tutorials that will [...]