What is php and how do you use it?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function to count elements in an array in PHP?
Explain me what are the main error types in php and how do they differ?
What is the importance of "method" attribute in a html form?
What are the different types of php variables?
Tell me how to find the position of the first occurrence of a substring in a string?
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 are the different types of Errors in PHP?
20 Answers Cisco, TCS, Troop Software,
What are the differences between PHP3 and PHP4 versions?
What is difference between array_merge and array_combine?
Is it possible to protect special characters in a query string?
How many php functions are there?
How is php different from other languages?