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...
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...
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...
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...
"::" 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...
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...
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...
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...
×
Get in Touch
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga,
aspernatur.