Tell me how can I display text with a php script?
No Answer is Posted For this Question
Be the First to Post Answer
What is input sanitization in php?
How to pass an argument to a function?
How can we find the number of rows in a result set using PHP?
Which is a perfect example of runtime polymorphism?
Xplain is it possible to use com component in php?
What are the main error types in php and how do they differ?
The left association operator % is used in PHP for?
What is the function of mysql_real_escape_string in php?
Give small demo of writting OOP in PHP-mysql.
What are the two main string operators?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
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,