Posts

Showing posts from October, 2020

All in one (PHP code backend)only for admin

$lt; "; //Variable can be used as string or integer $message = 1; $message = "PHP is the best! "; // if we use $message = 1; // 1 will print echo $message . " "; echo " "; //Print variable with double quotes echo "name variable = $name" . " "; // single quotes echo 'name variable = $name' . " "; echo " "; //Variable Typing convert between string to integer or any data types. $length = "10"; $breath = 20; $area = $length * $breath; //Variable Typing Example echo "Area: $area" . " "; echo " "; //Variables are case sensitive $Name = " Walter White"; echo "$name is not equal to $Name " . " "; echo " "; //Variable Scope $counter = 1; function show_counter() { // 2 will print $counter = 2; echo $counter . " two is printe...

My Resume Using Html or ( PHP language)

Amanpreet singh Resume ' " ;?> AmanPreet Singh +91 Address: Email Address Web site- ";?> ";?> Objectives To work in an organization which provides me ample learning opportunities, a professional status and a wider experience to accomplish mine as well as company’s professional growth. Education 10+2 from Punjab school education board Mohali in the year 2010. Completed Diploma in Computer Hardware & Networking Engineering from JETKING Ludhiana in the year 2015. I have done Bachelor of Science (Information Technology) (Bsc IT) from LPU. " // Education ;?> Experience 2015 - 2017 | Computer Teacher &computer Technical Administrator in Gyan Niketan Public School |Dhandari Khurd, Ludhiana |. (2017 -2019) Diya International Sen. Sec. School as a Computer Teacher as well as IT coordinator. ";?> Skills Computer Applications installation & MS Office Skills. B...

Display Text In HTML Page

Html or PHP    About me: I\'m Aman i love to work with PHP ';?>    Skill: Able to develop website with the help of Html, Css, Js and php ' ;?>

White Spaces In PHP1

PHP Text In Console2

php in console display php in console

PHP Text In Console1

hello world"; print ' this is hello world from the console' ?>

Escape Characters on Console in php

Imbedded php with html

PHP or HTMl Php embeded with html php is isteresting language " ?> >3rd opne example of php with html "?> 3rd new opne example of php with html '; ?> '?> sample 4 example to understand with php or html '?>

Multiline comment in php

hello i m fine' /* i know you are using hahahah ampps single line Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo */ ?> hello aman where are you"; # by using udemy i m learnig ?> that good idea for learnig " /* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. this is multi comment waw maman thats great idea for learnig keep it up ahahah */ ?>

Single line comment in php

Short notation with php

1 hello world' ?> 2 hello world" ?> 3 hello world" ?> 4 hello world" ?> 5 hello aman' ?>

Hello print with php

hello world"; # using print method print ' Lorem ipsum dolor sit amet, consectetur adipisicing elit, ' # last semicolen is missing working fine ?>