how to detect a mobile device using php


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

Post New Answer

More PHP Interview Questions

What is the meaning of 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 a procedure in php?

5 Answers   Wipro,


•How to upload files using PHP?

3 Answers  


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

0 Answers  






How to create a mysql connection in php?

0 Answers  


What are Routines?

0 Answers  


What is the use of print_r function in php?

0 Answers  


What is the goto statement useful for?

0 Answers  


Explain what does $_server means?

0 Answers  


what is the scope of php in the future if any other language is developed then may be php is loss ???

1 Answers   ATI,


What is the latest version of php?

0 Answers  


Categories