Why is php used?
No Answer is Posted For this Question
Be the First to Post Answer
What's diffrence between Get() and Post() Function
Is php a backend?
What is the difference between exception::getmessage and exception::getline?
PHP serverside scripting language or client side scripting language>
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 is the sign to start variables in PHP?
How to make database connection in php?
Specify array sort functions available in php ?
Is empty array php?
What do the initials of php stand for?
What is the expansion of LAMP?
What are traits? How is it used in php?