2016年2月18日

摘要: The include or require statement takes all the text/codde/markup that exists in the specified file and copies it into the file that uses the include s 阅读全文
posted @ 2016-02-18 12:47 forever_elf 阅读(142) 评论(0) 推荐(0)
 
摘要: The PHP date() function is used to format date and/or a time and formats as timestamp to a more readable data and time. date(format, timestamp) //form 阅读全文
posted @ 2016-02-18 12:33 forever_elf 阅读(211) 评论(0) 推荐(0)
 
摘要: <!DOCTYPE html><html><body><?php$cars = array ( array("Volvo",22,18), array("BMW",15,13), array("Saab",5,2), array("Land Rover",17,15) );for ($row = 0 阅读全文
posted @ 2016-02-18 12:09 forever_elf 阅读(152) 评论(0) 推荐(0)
 
摘要: <html><body><form action="welcome.php" method="post">Name: <input type="text" name="name"><br>E-mail: <input type="text" name="email"><br><input type= 阅读全文
posted @ 2016-02-18 12:00 forever_elf 阅读(346) 评论(0) 推荐(0)