Who is the father of PHP and explain the changes in PHP
versions?
Answers were Sorted based on User's Feedback
Answer / nikunj kansara
php.ini is the fater of php. b'c php.ini is load when php
is start, all configration of php is set into php.ini like
max size file upload, file upload path, your web server
path, runtime server and much more so that.
| Is This Answer Correct ? | 3 Yes | 11 No |
What is put method in php?
what is the scope of php in the future if any other language is developed then may be php is loss ???
Tell me how is it possible to remove escape characters from a string?
i was set new individual folder for saving session values,the folder name is session and i set 777 permission,using session.save_path function like session.save_path "/home21b/sub004/sc21311-ULCX/candyoflove.com/session/" but it causing Warning: Unknown(): SAFE MODE Restriction in effect. The script whose uid/gid is 12112/12112 is not allowed to access /home21b/sub004/sc21311-ULCX/candyoflove.com/session owned by uid/gid 12267/12267 in Unknown on line 0 ,please tell what changes make this script, i was using .htaccesss file..plz help me....
How many ways can we get the value of current session id?
3 Answers Infosys, L&T, SysBiz, Torque Infotech,
Does php has a future?
What is difference between put and post method in http?
Is there any function to find repeated value in an array? What is w2 standard
What is the functionality of md5 function in php?
Is it more secure to use cookies to trfer session ids?
how to hidden querystring url please send sample program
Is echo a function in php?