Write a program to get lcm of two numbers using php?
No Answer is Posted For this Question
Be the First to Post Answer
How to merge values of two arrays into a single array?
What does php exit do?
How can you send email in php?
What is the difference between get & post ?
Tell me what is the definition of a session?
What is the difference between the include() and require() functions?
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 does PEAR stands for?
How to send email using php script?
Is php front end or back end?
How do you use an array in excel?
How can we convert asp pages to PHP pages?