There are a lot of functions in PHP for dealing with date, time or timestamp. For a Beginner it might be trouble to choose the rights ones, although it’s really easy. In this post, I will especially Deal with the situation, where you fetched a Date from MySQL/PostgreSQL table, and you need to display it in a separate format.
Continue reading
Category Archives: PHP
How to Get Movie Details from IMDb using PHP/AJAX?
IMDb is undoubtedly the largest database for movies worldwide. One can say, that is not so efficient for regional movies, but there aren’t any such online databases for them either. This article is about how to get details of a movie like its poster, cast, crew, summary, etc.
Continue reading
How to Return Data From PHP File to AJAX Call (jQuery)
If you have come looking for this post. I am Assuming you Have Sufficient Knowledge of PHP and jQuery, and you very well know how to use jQuery’s AJAX function.
Continue reading
How To Process an AJAX Request Using jQuery
With the Web getting more and more advanced every day, it is impossible for any developer to not learn and adapt them. AJAX is one such thing. Ajax was first used by Google For Google Maps, Google Instant, etc. and since then it is something which is incorporated in any project, large or small.
Watermark Images in PHP And Save File on Server
I have read plenty of tutorials on the internet about watermarking images on the internet. All of them are decent, but all of them output the images on the browser using the header option of the PHP. But, what I wanted to do was watermark and existing or uploaded image on the server and save the file.