What is the difference between htmlentities and htmlspecialchars in php?
No Answer is Posted For this Question
Be the First to Post Answer
Explain me how to include a file to a php page?
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini and set Also increase Memory_limit Post_max_size upload_max_filesize..........but not working......
What are the design patterns 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,
Which function is used to strip whitespace?
How to avoid the undefined index error?
What is needed to be able to use image function?
What are the advantages of not using any frameworks ?
what is DDL and DML?
What is the use of 'print' in php?
What is new keyword in php?
What is strstr php?