How to Choose the Best Web Hosting Service
Today, I am going to point out some of very important things while some one is searching a best web hosting service. Many readers asked me to tell them…
Today, I am going to point out some of very important things while some one is searching a best web hosting service. Many readers asked me to tell them…
WordPress has thousands of plugins that we use for adding some useful features to our blogs. I have created my first WordPress plugin which is Facebook Comments Point (FCP)….
PHP.ini is very useful and it is a configuration file that is used to customize behavior of PHP at runtime. This enables easy administration in the way you administer…
My SQL has a special function that allows the developer to format the date in any way they wish by specifying a sequence of format strings. A string is…
Any RDBMS like MySql are geared to perform read operations better than write operations. The efficiency in read operations are achieved by database indexes. Indexes are most important in…
Here is a simple example for creating a secure login page with PHP which will help you to safe authentication. Here, cookies are not used because of preventive measure…