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 |
What is a trait in php?
How can you compare objects in php?
How would you declare a function that receives one parameter name hello?
Can we extend final class in php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is difference between required and require_once in php?
Steps for the payment gateway processing?
How do I know my xampp version?
Is php a middleware?
What is overriding in php?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
what use of <?php