How does php work?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know design patterns. List few?
Could we start a variable with number like $4name?
Suppose your zend engine supports the mode <? ?> Then how can you configure your php zend engine to support <?php ?> Mode ?
How many types of array supported in php?
Can php run on windows server?
How do you end php?
What is php written in?
The left association operator % is used in PHP for?
How can I use single quotes in single quotes in php?
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
What software is required to run php?
Tell me how to retrieve a cookie value?