Which database is best for php?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
How to call php function from javascript using ajax?
What is difference between echo and print_r in php?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
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 about switch statement in PHP?
What is an operator in php?
What is a substring in php?
Explain what is smarty?
What are the advantages of oops in php?
How we can convert dynamic url into static url? plz provide code.
Why do you need to filter out empty files?