File uploader is always a point for a hacker where he/she can hack your website by uploading a malicious script file on your server if you do not have put the proper validation into the server side code. If a hacker is able to upload his script on to your server then he can easily  [ Read More ]

SQL Injection is the most common and dangerous security issue these days where a person can 1) Get data from your database 2) Add Malicious script in your database 3) Get access to your site 4) Delete tables from your database 5) Manipulate your database Why SQL Injection occurs SQL injection occurs because your web  [ Read More ]

Are you getting “page not found” or “Object not found” error after activating the permalinks in WordPress and SEO friendly URL in Joomla or any other while working on Localhost of your computer? Here is the solution to make them working on the Localhost, Apache, Xampp. By default installation of Xampp on Windows, the mod  [ Read More ]

Many people are curious about how GPS works and wants to make some App. using the GPS coordinates. GPS stands for Global Positioning System and provides you the geographical coordinates of your current location. These geographical coordinates are known as Latitude and Longitude. To know more about Latitude and Longitude please visit “Understanding GPS coordinates  [ Read More ]

As now in almost every Android Application, it is required to either send the data to a web server or fetch data from the web server. Where as in some cases you want to perform both the tasks. So, here i am going to tell you, how you can post some data to a web  [ Read More ]

If you want to make your navigation menu or any other box stick to top on scroll then let me tell you, you are at the right place Yes, you can make your navigation menu or any other box like ‘ad box’ sticky easily with just few line of easy code. You just need to  [ Read More ]

7t-filemanager is simple to use file manager for joomla with code editor to edit files. Create new files and folders. You can also upload, download, copy, delete multiple files.

7t-filemanager is simple to use file manager for wordpress with code editor to edit files. Create new files and folders. You can also upload, download, copy, delete multiple files.

In my previous post i had posted how you can make a zip file in Php. But i know many of you are also looking to unzip a zip file in php. So here i am back with the solution. The class i am going to provide you has been taken from the Phpmyadmin code.  [ Read More ]

For my recent work i was searching for a PHP class through which i can easily zip any number of files and folder into one single zip file. I search all around the web and finally found it inside the Phpmyadmin. They are using a really easy Php class through which any one can make  [ Read More ]