Which function would you use to replace a record in a database in php?
How to set cookies in PHP?
What websites use php?
How to track user logged out or not? When user is idle?
What is the use of mysql_real_escape_string in php?
What is the purpose of destructor ?
What is traits? How it is used in php?
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 python similar to php?
How to use validations in php?(codelgniter)
How to make database connection in php?
What is the difference between using copy() and move() function in PHP file uploading?
How to redirect a page in php?