In my recent client project, I am writing filters on data with different categories and where I need to filter data with year also, I wanted to use range function there, but range function generates different keys(I want […]
What are the differences between public, private, protected, static, transient, final and volatile?
Public: Public keyword declared methods and variables can be accessed from, within the class and outside the class Protected: Protected keyword limits access, it makes your variable/function visible in all classes that […]
Create Image Thumbnails Using PHP
This Post is about Creating Thumbnail Images Using PHP, Thumbnails are very useful for websites it will save the bandwidth and reduce the page loading time(performance boost). Nobody wants to create Thumbnails for each […]
How to Display IP Address in a graphic mode Using PHP ?
This 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 Real IP from Visitor?). Here is the code, just create image.php, copy paste the code […]