PHP Basics

php baiscs

Table of Contents

Basics in PHP

Variables

				
					$abc = 5;
echo $abc;
				
			

Mathematical Operations

				
					$aaa=5;

$bbb=7;

$ccc=$aaa+$bbb;

echo $ccc;
				
			

If Else

				
					if (ccc>=10){echo "greater";}

else{echo "lesser";};
				
			

Loops

				
					for($a=1;$a<=12;$a++)  {echo  $a;}


				
			

Date Function

				
					echo "Today is " . date("Y/m/d") . "<br>";
echo "Today is " . date("Y.m.d") . "<br>";
echo "Today is " . date("Y-m-d") . "<br>";
echo "Today is " . date("l");
				
			

Result

Today is 2016/11/28
Today is 2016.11.28
Today is 2016-11-28
Today is Monday

Redirect

				
					header('Location: anypage.php'); 
				
			
				
					header('Location: https://www.bapugraphics.com');
				
			

Take Your Free Live Demo Class Now

We Will Call Back You Shortly

Enter Your DETAILS BELOW

We Will Send You the Course Fees Details In Below Number

Enter Your DETAILS BELOW

We Will Call Back You Shortly

Enter Your DETAILS BELOW

We Will Call Back You Shortly

Enter Your DETAILS BELOW

Enter Your DETAILS BELOW TO take

free demo class