Tell us what is the difference between session_unregister() and session_unset()?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of indexes in php?
What are the differences between PHP 3 and PHP 4 and PHP 5?
What PHP stands for?
How to include variables in double-quoted strings in php?
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini and set Also increase Memory_limit Post_max_size upload_max_filesize..........but not working......
Php code to find whether a number armstrong or not?
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question
What is csrf token and how will you add csrf token in ajax?
what is the scope of php in the future if any other language is developed then may be php is loss ???
What is the difference between unlink and unset ?