The choice of PHP entry

Source: Internet
Author: User

All along, like from their own perspective, in their own way to the community to find the law, in a small group of partners to grow up, learning.
In 2001, from Guangdong's Hong Feng handbag factory work a year has been inspired: The discovery of life later, is a digital, normative, rigorous way of life. So with this dream, go back to Changde, devote to computer training career
In However, the only regret is that the second year back, then forget the original intention to learn programming, directed at their own not good at the direction: design software teaching direction to develop: first thoroughly understand the then Windows98, Xp,office, re-research
The Coreldraw,ps,autocad,3dsmax. At the same time, also understand a door and programming hook technology, is Dreamweaver, also useful Asp+access wrote a small message board, and then changed some of the ASP website. And then the
For 10 years, students are taught in these courses.
2011, came to Beijing, is already another world, but engaged in the plane, or is not a problem, but also regrets the great progress of humanities design art, entered the stage of brand creation. Worked hard to do some VI's company
Internal layout. Use is a nostalgic and youthful design thinking, compared to everyone's recognition.
Two years later, out of the first enterprise, into the Chinese Chong, Domani engaged in product design research and development, in 2014, entered the construction of a decoration engineering team to do on-site mapping (mainly CAD) and quality inspection work (study the quality Inspector). But
Yes, it feels like there's some deviation between the work and the way you do things. 10 computer Contact, feel a lot of things structured, systematic thinking, let me although solve a lot of complex problems, but also for their own
The idea of indulging in research has paid a lot of unnecessary effort. At the same time, let me know the systematic, programmatic, process of thinking in the process of each thing, how important. The precise numbers of this age
, efficiency, artistic, efficient production of life requirements, more need for systematic layout and work style, details, is very important, details, is the requirements of this era.
In the spring of 15, I did the first job I wanted to do: to get a good Mercure website. Began a career in handwritten code, rejecting the fear and pressure that the code once brought me. The basic use of div+css+js+jquery. and
C#,SQL,MVC3 and other technologies.
In 16, I started the back end of the PHP language. Rediscover the power of writing a website yourself.
Today, leave the first handwritten code summed up in these days:
<form action = "" method= "POST" >
Name: <input type= "text" name= "name"/>
Score: <input type= "text" name= "Numb"/>
<input type= "Submit"/>
</form><br/>
</form>
<?php
echo "---------------------------------------------------<br/>";
$AA = $_post["Numb"];
$BB = $_post["name"];
echo "Show judgment result <br/>";
echo "---------------------------------------------------<br/>";
echo "Name:". " $bb "." <br/> ";
$aa + +;
$AA = $aa + 1;
$AA = $aa-2;
echo "Score:". $aa. "<br/>";
echo "Rating:";
if ($aa >= 60&& $aa <= 70)
{
echo "Pass";
}elseif ($aa >= && $aa <=80)
{
echo "Good";
}elseif ($aa >= 80&& $aa <=100) {
echo "Excellent";} ElseIf ($aa > 100) {
echo "Input score must not exceed 100 points";
}else
{
echo "Failed";}
echo "<br/>---------------------------------------------------<br/>";
$a = Array ("Zhang San", "John Doe", "Harry", "Zhao Liu", "Liu Qi", "Xiao Ba", "Money Nine");
Var_dump ($a);
foreach ($a as $key = $value)
{
echo $value. " <br/> ";
}
echo "<br/>---------------------------------------------------<br/>";
for ($i = 0; $i <=100; $i + +) {

The echo "number is:". $i. " <br/> ";

}
?>

The choice of PHP entry

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.