To find out the current year is leap year or not which date() function we've to use.Give the syntax also
5 11522Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
6 8765suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?
1 5360what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
4 7566
What type of comments are supported by PHP.
How long is a php session valid?
How can we get ip address of a client in php?
How the values are ordered in an array?
Tell me what is the main difference between require() and require_once()?
What does echo mean in php?
What is static variable in php?
What does == mean in php?
Tell me what is the difference between unset() and unlink()?
How to use http headers inside php?
What the use of var_dump()?
What is fetch array in php?
What type of headers have to be added in the mail function to attach a file?
Are objects passed by value or by reference?
What is sorting php?