Blog Archives

php interview questions

Difference between Cookies and Session in PHP Cookies are stored in the user’s browser memory.A cookie can keep information in the user’s browser until deleted. Session : logical object that allows you to preserve data across subsequent http requests.Whenever PHP creates a new

Posted in php

php

Diff b/w JAVA & PHP : 1. In PHP, there is no method overloading, but methods and functions can have optional parameters. 2. PHP code largely embed with HTML document. Much like JSP. 3. Method overriding and overloading is quite

Posted in php