What is php beginner?
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,
How to create the PHP Script to Calculate the Age Using the Inputs Of our Birth date and the Current date?
What is difference between session and cookies in php?
Explain about looping in PHP?
How do I display php errors?
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
Tell me how is it possible to parse a configuration file?
How we can retrieve the data in the result set of mysql using php?
What is putenv?
Tell me is it possible to remove the html tags from data?
what are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
Tell me what does the array operator '===' means?