iam mca post graduate in 2010 not getting job in JAVA so iam
looking for carear in php as market demand is high so it is
best option to try for php or not
No Answer is Posted For this Question
Be the First to Post Answer
What is needed to be able to use image function?
hi, i have knowledge about PHP/MYSQL,i am fresher of M.Sc-IT 2009 pass out,any recruitment in PHP please let me know.my email id:nathiyasms@gmail.com
Why triggers are used in mysql?
What is a query give example?
Whats the difference between include() and require()?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
how can i get USA time using php...
What is an abstract class in php?
Is PHP an open source software?
What are advantages of .htaccess?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
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?