Why do we need session?


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

Post New Answer

More PHP Interview Questions

How to connect to mysql from a php script?

0 Answers  


What is implode() in php?

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  


How to get number of days between two given dates using PHP?

0 Answers  


What does $_env mean?

0 Answers  






What is strstr php?

0 Answers  


What is uniqid php?

0 Answers  


What are getters and setters and why are they important?

0 Answers  


How to check an element is exists in array or not in php?

0 Answers  


What is $_ get in php?

0 Answers  


I went to an php interview yesterday.I got selected there.But,They asked me to sign bond by submitting my certificates for 2 years.Is it good or bad

7 Answers  


What is difference between md5 and SHA256?

0 Answers  


Categories