Explain the difference between session and cookies in php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Why does sql injection happen?

0 Answers  


What sized websites have you worked on in the past?

0 Answers  


What are the ways to include file in php?

0 Answers  


What is the difference between echo, print and printf()?

0 Answers  


How to access a Static Member of a Class in PHP?

0 Answers  


What are the methods to submit form in php?

0 Answers  


How to redirect a url from http to https in .htaccess?

0 Answers  


what is the dirrence in PHP4 & PHP5 . ?

8 Answers  


What is the difference between $name and $$name?

0 Answers  


How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )

2 Answers  


What is a php namespace?

0 Answers  


What is form validation in php?

0 Answers  


Categories