Implausible _php is the best language in the world.

Source: Internet
Author: User
Tags learn php php form

Because know nothing, received the school construction website Project, deliberately learned the construction site knowledge, H5 technology can achieve web page layout, a little dynamic. Then learn the best language--php in the world. See this terrier https://www.zhihu.com/question/26498147, on the know have been laughing on the spray! A translation of the vulgar: php--look at the yellow film? Originally learned JSP, because before there is a certain Java foundation, get started quickly. But I didn't get it. Our project teacher called: to learn php--(haha) the best language in the world.

Of course, the basics of each language are very much the same, for example: variables (there are several superglobal predefined variables in PHP), data types (which have a resource type that often handle external applications or file functions returned, In fact, each type has a function to test whether it belongs to that type, which is a set of is_* functions; )....... Learn more: You can refer to w3school:http://www.w3school.com.cn/php/index.asp.

I'm looking at the "Php,mysql,apache Programming Guide" published by the China Machine Press [US] @ by author. Julie C.meloni. The citation section has "[1] ...." [/1] (.... : indicated by the example in the book) "and other types noted.

The first simple form: [1] First the HTML document is created, and the submission of the form is sent by post to the PHP file called echo.php.

<!DOCTYPE HTML><HTML><Head><title>PHP form Exercises</title><MetaCharSet= "Utf-8"></Head><Body><formAction= "echo.php"Method= "POST">    <P><Strong>Name:</Strong><BR>    <inputtype= "text"name= "User"/></P>    <P><Strong>Message:</Strong></BR>    <textareaname= "message"rows= "5"cols= "Max"></textarea></P>    <P><inputtype= "Submit"value= "Send"/></P></Body></HTML>
<! DOCTYPE html>PHP Echo "<p><b>welcome to My World &nbsp;&nbsp;&nbsp;</b>". $_post ["User"]. "! </p> "; Echo "<p>your message is:<br/><b>". $_post ["Message"]. " </b></p> ";? ></body>

These two files are placed in the directory of the Web server, actually open localhost

The actual run-out results are as shown. [/1]

The form continues to update

Implausible _php is the best language in the world.

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.