Single choice objective PHP question...
Answer / ajangid49
Tricky and challenging test.Try It !!!
-basic test
http://www.q1a.com/q1a/Home/TestStart/3bffb164e37f4bcf9da2005e5e864e05
-advance test
http://www.q1a.com/q1a/Home/TestStart/6b9daa3e831947bc99b6ff116a0a8942
| Is This Answer Correct ? | 11 Yes | 0 No |
What is the difference between $message and $$message?
12 Answers BSPL, eGrove, i-Net Solution,
How can we encrypt and decrypt a data present in a mysql table using mysql?
How do I run a php script in windows?
Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"
What is php regular expression?
Where is my php ini file?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
What is difference between put and post method in http?
Explain what is the main difference between require() and require_once()?
What’s the special meaning of __sleep and __wakeup?