Why do we use sessions in php?
No Answer is Posted For this Question
Be the First to Post Answer
Write down the code for save an uploaded file in php.
Which function would you use to determine the length of a string in php?
Whether session will work if we disable cookies in client browser ?
What is xss and csrf?
What is the difference between characters 23 and x23?
What is the difference between htmlentities and htmlspecialchars in php?
What enctype is required for file uploads to work?
Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again. But when in did the installation again, and tried to run apache, i get the following error message, Socketaddresse can just be used once. Make_sock: could not build to address 0.0.0.0.80 No listening sockets available.Shutting down Unable to open logs. and i also get (error) OS2. The system cannot fine the installed service named "Apache2". Please i need some one to help me out with this.I'm really fustrated cuz i need this stuff working as fast as possible. PLEASE HELP ME
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
What is meant by PEAR in PHP?
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,
What is the use of mysql_real_escape_string in php?