What does type casting mean in php? Explain with an example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of $_server["php_self"] variable?
how do we can copy of the content of a web page with the help og the URL and display them onto any other page
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible? thanks
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
Which function you can use in php to open a file for reading or writing or for both?
What are the characteristics of php?
How should a model be structured in mvc?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is framework in php for beginners?
which function used to get the file name in php?
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 is mysql_fetch_object?