This is a beginner tutorial of MySQL which shows you how to create a MySQL database and a table in phpMyAdmin step by step with
Category: Programming
All the development works mostly we are doing in localhost and using htaccess to get a SEO friendly URL is becoming a part of almost
What is Constants in PHP and it use? Defining a Constant in PHP will help you if you are going to use a value through
We some time need to extract the email address from a long string or text paragraphs. Lets say we have a long paragraph which is
Often we use arrays but most of the time we forget about the keys in an Array(). If you are the programmer who uses only
Sometimes you may need to write a script where you may need to create a file or directory through PHP. But, you cannot simply create
If you are writing a PHP code or a Plugin you should be very careful at using functions, why means that the function you
There are several ways you can reverse a string in PHP. One is using default function and the 2nd way is without using default function.
Here is another fun PHP program for the school and college kids those who want to print stars of pyramid using PHP technology. Here is
This tutorial shows you how to make Checkboxes act like radio buttons, this really need when the designer designed a quiz page with checkboxes instead