One of my new Project, I need to Display Latest Updates of last 3 days. With MySQL’s date_add we can achieve result, see the below…
Leave a CommentTag: php Tutorials
I often Use Image Data URIs for large-scale applications depending on client requirement(not supported in IE7 and below). Data URI: The data URI scheme is…
Leave a CommentThis Tutorial takes you through How to make a PHP Image Uploading Script, rather than uploading images to a database this tutorial shows you how…
Leave a CommentWe often need last inserted ID for different reasons(for example when you need to store foreign key), Immediately after a record has been inserted into…
2 CommentsList 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 Comment