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 is a substring in php?

0 Answers  


Can you explain, when to use if-else if-else over switch statements?

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  


can anyone explain about stored procedure,Triggers and transaction in php?

2 Answers  


Tell me how is it possible to remove escape characters from a string?

0 Answers  






What is the difference between html and php?

0 Answers  


how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?

0 Answers  


How to generate a form?

0 Answers  


Is overloading possible in php?

0 Answers  


What is difference between array_merge and array_combine?

0 Answers  


discuss the issue of software theft in ghana and how it has affected the economy

0 Answers  


How does the identity operator ===compare two values in PHP?

0 Answers  


Categories