what is PDO?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Explain mail function in PHP with syntax?
What is the sign to start variables in PHP?
What is the correct syntax of mail() function in php?
What is difference between str_replace and substr_replace
What is instantiation?
Does empty check for null?
How can you send email in php?
why we use @symbol before the variable
What are the advantages of php mysql?
Explain how we can retrieve the data in the result set of mysql using php?
What is the use of the function htmlentities?