Are php short tags acceptable to use?
What is the use of post in php?
is php is the best for this situation
How to execute a function in php?
Code to upload a file in PHP?
Name some of the constants in php and their purpose.
What is difference between static and final in php?
What is the php function that removes the last element of the array and returns it?
Are php variables global?
What is htmlentities function in php?
What is the difference between ereg_replace() and eregi_replace()?
If there are 10 text boxes in a form having same name, their value are different. Value of which textbox will be received on action script?
20 Answers A1 Technology, Bajaj, DG, Genpact,
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,