What does a PHP web developer do? PHP is a general-purpose programming language that was originally designed for web development. PHP is being used by more developers, especially in the world of freelancers. It is used mostly because of the cost matter. PHP developers create programs, applications, and web sites, and PHP is known for its web development and business application. Take this impressive quiz to see what you know about web developers.
True
False
!=
>=
===
2
3
4
5
6
Caught Exception
Caught MyException
0
1
2
This code wont compile
Ab(newline)
A\b(newline)
A\b\n
A\\b(newline)
A\\b\n
Constant $var
Const $var
Constant ($var)
Define("Constant");
Stripslashes()
Htmlentities()
Htmlspecialchars()
Curl_exec()
Curl_opt()
Curl_init()
Curl_setopt()
GET will not show variables in URL of address bar of browser
POST variables can not be accessed by $_REQUEST[] Server side array
Using POST, you can hide form data from being viewed on address bar or browser
Mysql_connect
Mysql_query
Mysql_fetch_array
Mysql_fetch_row
Mysql_connect($username,$password)
Connect_mysql($username,$password)
Mysql_connect("localhost",$username,$password)
Mysql_query
Mysql_fetch_array
Mysql_select_db
Mysql_fetch_row
11
22
33
37
39
1
2
3
Wait!
Here's an interesting quiz for you.