How can I find what type of images that the PHP version
supports?
Answer / viral shah
Use function phpinfo() and you will get all detail regarding
your server as well as domain.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the default time in seconds for which session data is considered valid?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What are the 3 scope levels available in php and how would you define them?
What is framework? How it works? What is advantage?
What are the advantages and disadvantages of Cascading Style Sheets?
What is static variable in php?
What is difference between get and post?
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....
Which function would you use to format date information in php?
How to remove blank spaces from the string?
how to display and include the user system date/time in a php program/project
Which of the delimiter is ASP style?