What are the string function in php?
No Answer is Posted For this Question
Be the First to Post Answer
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
How to set a page as a home page in a php based site?
What is if isset ($_ post submit )) in php?
How to parse configuration file in php?
How cookies are trported from browsers to servers?
How to get useful error messages in php?
How to include a file code in different files in php?
how we can retrive data in pdf along php mysql?
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,
Is it easy to learn wordpress?
what is the difference between GET and POST?
21 Answers AdVine, Evon Technologies, GVD Infotech, RedAlkemi, SoftSol,
How can you tell if a number is even or odd without using any condition or loop?