Which are the best start and end tags to use?


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

Post New Answer

More PHP Interview Questions

Functions in IMAP, POP3 AND LDAP?

1 Answers   Rushmore Consultancy,


Can php run without server?

0 Answers  


what are in image creating functions in php

5 Answers   A1 Technology,


What is meant by nl2br()?

4 Answers   Rushmore Consultancy,


Can a trait extend a class 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 are the different data types in javascript?

0 Answers  


How to do single and multi line comment in php?

0 Answers  


Why php language is used?

0 Answers  


How the result set of mysql be handled in php?

0 Answers  


how to count how many sundays in month?

6 Answers   Photon, SR, TCS,


In php, how to redirect from one page to another page?

0 Answers  


Categories