What is a procedure in php?
Answers were Sorted based on User's Feedback
Answer / vaseem ahmed
PHP is a powerful tool for making dynamic & interactive web
pages.It is a widely used & efficient alternative to
competitors such as Microsoft ASP.
It is a server side scripting language,in PHP group of
statements are executed on server side.
| Is This Answer Correct ? | 25 Yes | 8 No |
A set of SQL statements that is stored in server.
| Is This Answer Correct ? | 14 Yes | 10 No |
Answer / 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 |
Answer / yaseen
A group of statements club together to do a specific task.
| Is This Answer Correct ? | 7 Yes | 7 No |
Write a program in php to reverse a number?
What is the difference between session_unregister() and session_unset()?
How to track no of user logged in?
How to make a file encrypt and decrypt?
What is session in c#?
How do I run a php program in dreamweaver?
What is the name of scripting engine in php?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
how can I use bread crumb in PHP ?
how retrive the video file in php using video tag
How to create an empty array in php?
Tell me what is the use of explode() function?