What does the function get_magic_quotes_gpc() means?


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

Post New Answer

More PHP Interview Questions

What does == mean in php?

0 Answers  


Are there regular expressions in php?

0 Answers  


What are the main error types in php and how do they differ?

0 Answers  


What is the sign to start variables in PHP?

0 Answers  


How can we submit a form without a submit buttom?

12 Answers   A1 Technology, IBM,






what is difference between edit and update?

1 Answers  


how to upload a file in php.write a syntex for that

1 Answers   Net Solution,


What is the use of mysql_fetch_array in php?

0 Answers  


What is a persistence cookie?

0 Answers  


What is the most common http method?

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 php magic methods/functions?

0 Answers  


Categories