List of top tutorials on how to create an API With PHP? Creating a RESTful API with PHP(2013) Creating an API-Centric Web Application(2011) Create a…
Leave a CommentCategory: PHP / MySQL
Alexa is one of the most well known and popular web information providers. It provides information about web site’s traffic stats, reviews, backlinks and many…
Leave a CommentOne of the more popular and powerful URL shortening services is Bit.ly. Bitly offers simple and powerful API to generate short URL. To use this…
Leave a CommentCodeIgniter has a nice helper function to download files. It is a nice way to download from server without any hassle just writing one single…
Leave a CommentBefore writing any script login into your installed vanilla forum, go to addons section , Click on Plugins , in that page you will find…
8 CommentsCodeIgniter Helper Function are available anywhere in the code, more than 20 CI Helpers are there(URL, Form, Directory, …etc). You can Easily Extend CodeIgniter Helpers.…
1 CommentCODEIGNITER – GETTING STARTED Everything You Need to Get Started With CodeIgniter Easy Development With CodeIgniter BECOME A CODEIGNITER PRO IN 15 DAYS! Day 1:…
Leave a CommentWriting and Developing Secure Application is topmost Concern of Developer, There are some simple measures you can take to protect the application from potential abuse.…
Leave a CommentThis post is about data retrieving from MySQL database table using PHP. The bellow PHP script will give you HTML table output using MySQL table…
Leave a CommentIn my recent client project, I am writing filters on data with different categories and where I need to filter data with year also, I…
Leave a CommentPublic: Public keyword declared methods and variables can be accessed from, within the class and outside the class Protected: Protected keyword limits access, it makes…
Leave a CommentThis Post is about Creating Thumbnail Images Using PHP, Thumbnails are very useful for websites it will save the bandwidth and reduce the page loading…
Leave a CommentThis Post is About Displaying IP Address in Image format, in my previous post I wrote about getting real IP Address using PHP(How to get…
Leave a CommentYou can delete files from the server with PHP’s file system function unlink() which will delete or remove the files. It can remove all type…
7 CommentsThis post is about Automatic Copyright Year Update, Almost nowadays most of the website include a copyright declaimer a the bottom of the page in…
Leave a Comment