Recently one of my close friend’s WordPress site got attacked and he approached for a possible solution. After some basic assessment I found that the attacker had accessed the database and deleted the entries from wp_users table. So after restoring the values, the site started working smoothly. This experience led to the inspiration for writing…
All posts in php
Want to become a Certified PHP Professional?
Hello Folks, Most of you might be aware with PHP and the way PHP has penetrated into the nerves of the internet; that we don’t need words to appreciate it. I personally feel that my own freelancing career has given me huge opportunities offshore but whenever I approached anyone in my country always came across…
Joomla Installation Fix
Recently I got a project for installing Joomla and configuring a template provided by the client itself. It was a very simple project and usually takes around half an hour at most. But as the installation process started, I was flooded with the following error messages: Warning: session_start(): open(sess_78ac9881b78726f2fb5c194667f74021, O_RDWR) failed:No such file or directory…
Google Plus Nickname Generator
First of all I would like to thank all my readers for their huge response on my last article on “Google Plus Invitation Trick”. Google Plus is really an awesome social networking platform. After using it for some time, I am very satisfied with its uncluttered design and rich UI. The most appealing feature is…
Shubhamoy’s Link Shortener
Hi Folks :), I’ve a good news to share with you: After a long time, I’ve created an online tool. It is a simple link shortener named Shubhamoy’s Link Shortener. Demo | Download It is AJAX based & uses a bit of CSS3 in its design. I’ve tried to give it a simple look. All…
8 Ways to Fine Tune your PHP Programming
Today I am going tell you some methods which will help those learning PHP & also those who are planning to start learning PHP. For those who are planning to learn PHP, I just want to say that every programming language has the same logic only the grammar (coding style or structure) changes. 1. Always…