How to list all values of submitted fields?


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

Post New Answer

More PHP Interview Questions

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 the tags in PHP is not a valid way to begin and end a PHP code block?

0 Answers  


What is csrf token and how will you add csrf token in ajax?

0 Answers  


In what are the ways you can encrypt the password ?

7 Answers  


Is facebook still in php?

0 Answers  


What are some of the advanced features of php?

0 Answers  


What are the benefits of composer?

0 Answers  


Is numeric in php?

0 Answers  


What is the use of dual table in mysql?

0 Answers  


How is a session id generated?

0 Answers  


Where are php configuration settings stored?

0 Answers  


Why do you need to filter out empty files?

0 Answers  


Categories