Is php 5 still supported?


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

Post New Answer

More PHP Interview Questions

What does csrf token mismatch mean?

0 Answers  


How failures in execution are handled with include() and require() functions?

0 Answers  


What are the advantages of stored procedures, triggers, indexes in php?

0 Answers  


How to read a file in php?

0 Answers  


What does == mean in php?

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 is composer install?

0 Answers  


How can we encrypt and decrypt a data present in a mysql table using mysql?

3 Answers   Microsoft,


For printing out strings, there are echo, print and printf. Explain the differences.

3 Answers  


What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

1 Answers  


What is data structure in php?

0 Answers  


How can we submit a form without a submit button?

5 Answers   CTS,


Categories