A set of written test questions and answers for PHP programmer interviews

WBOY
Release: 2016-07-25 08:59:21
Original
1096 people have browsed it
  1. php程序员面试_bbs.it-home.org
  2. 姓名:
    电话:
    邮箱:
    地址:
复制代码

a. php

  1. $user_name = $_GET['user_name'];
  2. $user_tel = $_GET['user_tel'];
  3. $user_email = $_GET['user_email'];
  4. $user_add = $_GET['user_add'];
  5. echo "用户名:$user_name
    电话:$user_tel
    邮箱:$user_email
    地址:$user_add
    ";
  6. ?>
复制代码

(1)请画出a.html在浏览器的显示效果图。 (2)在a.html中输入:用户名=张三,电话=020-38259977,邮箱=sunrising@jbxue.com ,地址=广州升瑞,按提交按钮后输出结果是? 9. 你是否使用过版本控制工具,如果有,请简要说明。 10. 利用CSS样式表定义已访问的超链接字体大小为14pt,颜色为red。 11. 移动任意一位数或符号,使等式成立, 102 = 101-1。注:是移动不是交换,等号不能分开。 12. 规律题,3、1、4、1、5、9、2、( ), 请按照规律在括号内写出下一表达式。 13. 规律题,5、8、-3、5、-2、3、-1、( ),请按照规律在括号内写出下一表达式。 注意---》答案在下页哦。

1 2 下一页 尾页



source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!