What is api example?


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

Post New Answer

More PHP Interview Questions

When to use self over $this?

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  


How to find a substring from a given string in php?

0 Answers  


How to write a program to make chess?

0 Answers  


What is php data type?

0 Answers  






Does php support multiple inheritances?

0 Answers  


Where are the persistent cookies stored on your computer?

0 Answers  


Which is the best institute in Chennai to learn PHP? Please help.

0 Answers   BPO,


What is php how it works?

0 Answers  


What is uri routing?

0 Answers  


I finished my degree 4 years back. I didnt get job in software. In the time(for 4 years) i worked one kpo industries. but now i got job in php(40 employes working there) as fresher(Salary 8000). Shall i join in php. I have no knowledge about php. Can i do well in php. How will my carrier if i join in php? Please can you give your idea.? It will be more usefull to me.

2 Answers  


Differences between get, post and request methods ?

0 Answers  


Categories