What are the options to transfer session ids?


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

Post New Answer

More PHP Interview Questions

So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

0 Answers  


equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }

2 Answers  


What do you mean by having php as whitespace insensitive?

0 Answers  


What is difference between array_merge and array_combine?

0 Answers  


if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?

0 Answers  






What does php do?

0 Answers  


Is php 7 backwards compatible?

0 Answers  


Tell us how to create an array of a group of items inside an html form?

0 Answers  


How can we take a backup of a mysql table and how can we restore it. ?

7 Answers   Brain Infosys, Oracle,


How to get ip address of a server in php?

0 Answers  


What are the Advantages and Application Areas of PHP?

0 Answers  


Why should I learn php?

0 Answers  


Categories