What does the unset() function mean?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between GET and POST?
21 Answers AdVine, Evon Technologies, GVD Infotech, RedAlkemi, SoftSol,
What are arguments in php?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
How to remove leading and trailing spaces from user input values in php?
Is runtime polymorphism overriding?
Tell us what does $_cookie means?
How to create a session? How to set a value in session? How to remove data from a session?
Explain what is the difference between $var and $$var?
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?
What do the initials of php stand for?
What are magic methods?
What is mem_cache ? How do you put a database query into that ?