armstrong number by using php while number is given by the
keyboard.?
How to link one site backend to another site frontend?
Is php better than python?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Can php replace javascript?
What is echo in html?
Explain the types of functions for Splitting String?
Tell me how can we determine whether a variable is set?
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,
Is it more secure to use cookies to transfer session ids?
What is overriding in php?
How can you declare a constant variable in php?
What is the use of post in php?