What is a php class?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the use of mysql_real_escape_string() function?
How can we change the value of a constant?
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,
Tell me what are the correct and the most two common way to start and finish a php block of code?
How to write php function in html onclick?
What is a php form?
What are the advantages and disadvantages of cascade style sheets?
Which is better mysql or sql?
What is the purpose of php?
Do you know what is the difference between the include() and require() functions?
What is whitespace in php?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?