Pretty printing of JSON using PHP and Javascript
In this post, I would like to explain how to display JSON data in a pretty way. In the earlier posts, I... Read More
How to make revisions of your content using PHP
There are many ways to maintain the revisions using PHP and MySQL. I am going to explain with a small example for... Read More
Display data in HTML 5 table from MySQL using PHP
In this post, we would learn how to display the data in HTML 5 table format from the database MySQL using PHP.... Read More
Case Study : Upload and crop images with specific dimensions
Case Study : Upload and crop images with specific dimensions Upload an image with 1500 pixels width and 1000 pixels height. But... Read More
Download videos from Youtube using PHP and API
Hi friends, In the earlier we learned how to download a file using php code, this post is explains how to download... Read More
Code snippets of PHP and Javascript
Hi friends, this post explains about few code snippets used when we develop a web applications. Snippet 1 : Generate the random... Read More
Mobile web app using with your RSS feed and PHP
We can build simple mobile web application using with your blog RSS feeds. In my previous post I have explained how to... Read More
How to generate clean url with PHP or Javascript
Hi friends, this is very basic post but useful for many websites. Following scripts will convert text into clean url using php... Read More
How to Build PHP application in Google App Engine
In this post i would like to explain about how to build PHP application in Google App Engine. In this PHP application... Read More