loop2 Please Wait...
DeveloperGang

How send email using php?

To send email using PHP, You use the mail() function.This mail() function accepts 5 parameters as follows (the last 2 are optional). You need a webserver to send mail Ex...

Write a program using while loop

$my_query = mysql_query("SELECT * FROM 'users' WHERE 'id'='1'; "); while($result = mysql_fetch_array($my_query)) { echo $result['First_name']; }

What are the different tables present in mysql?

Total 5 types of tables we can create 1. MyISAM 2. Heap 3. Merge 4. InnoDB 5. ISAM 6. BDB MyISAM is the default storage engine as of MySQL 3.23.

What is Open Source Software?

Software in which the source codes are freely used, modify, and shared by anyone are called Open Source Software. These can also be distributed under licenses that adhere with the...

How To Submit A Form Without Submit Button Php Jquery Javascript??

Easy way to save a form without using a submit button is javascript. Just Check and use the below code for submitting a form without button. <html> <head> <scrip...

What is the difference between single quotes and double quotes?

Single quoted strings will display things almost completely "as is." Variables and most escape sequences will not be interpreted. Double quote strings will display a host of es...

What is the Scope Resolution Operator?

"::" double colons is the scope operator it is used to call methods of a class that has not been instantiated. You should also understand static methods and how they differ from re...

How do you load classes in PHP?

Review the "autoload" and "spl_autoload_register" function (note:you should use the later). The autoload function basically triggers a function when a class is instantiated, you c...

What is difference between require() and include()?

require() and include() both are used for including files in PHP. When you include a file using include() and that file is not exists then it will give warning(E_WARNING) and...

How PHP Reverse Number Program Works?

It is very easy to reverse a number using PHP string function strrev(). But here i will show you without using strrev() function. fucntion findReverseNumber($number){ $r...
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.