Answer Posted / sathya
* Reduce the time to create large websites.
* Create a customized user experience for visitors based
on information that you have gathered from them.
* Open up thousands of possibilities for online tools.
Check out PHP - HotScripts for examples of the great things
that are possible with PHP.
* Allow creation of shopping carts for e-commerce websites.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is php static function?
Does PHP 5 support exceptions? State Whether True or False?
Write a program in php to find the occurrence of a word in a string?
Explain briefly about a search-friendly site looks like?
What are the different opening and closing tags available in PHP?
What is the function file_get_contents() usefull for?
How to calculate the difference between two dates using php?
What is the best website to learn php?
Do while loops php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is the difference between $name and $$name?
Where are sessions stored php?
What is session data?
Why triggers are used in mysql?
Which function can be used to exit from the script after displaying the error message?