what use of <?php
What is the function func_num_args() used for?
How can I reverse sort an array keeping the correlation between the index and value?
2 Answers Rushmore Consultancy,
How to add 301 redirects in PHP?
What is the use of mvc in php?
List some features of php that are deprecated in php7?
What does mysqli_query return?
What is the special meaning of __sleep and __wakeup?
Explain me what is sql injection?
What is the apache?
Shopping cart online validation i.e. how can we configure Paypal, etc.?
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?
How to make horizonatl menu and vertical menu responsive