Home  >  Article  >  Backend Development  >  PHP study notes (1) Understand the PHP development environment and build PHP from entry to proficiency PHP learning website php100

PHP study notes (1) Understand the PHP development environment and build PHP from entry to proficiency PHP learning website php100

WBOY
WBOYOriginal
2016-07-29 08:50:001311browse

1,

appserv package installation

dreamweaver application, I have learned this before

site creation

2,

are tag pairs of php, and all codes in the tag pairs are Processed as PHP code

You can also use asp style <%

and sgml style

Each line of code ends with a semicolon;

Assignment:

1. Use the echo statement to output the string "Congratulations on embarking on the path of PHP programming"

2. Use the echo statement to output a 4*3 pixel table

echo "Welcome to the world of PHP, haha!";

echo "Congratulations on embarking on the path of PHP programming!";
echo "< ;table width='20' border='1'>";
Pay attention to single and double quotation marks
echo ""; echo " ";
echo "  ";
echo " ";
echo "";
echo "";
echo " ";
echo " ";
echo " ";
echo "< ;/tr>";
echo "";
echo " ";
echo " ";
echo "  ";
echo "";
echo "";
?>


The above introduces the PHP learning notes (1) Understanding the PHP development environment and construction, including PHP learning content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn