How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
6 16704code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
2095How can I retrieve values from one database server and store them in other database server using PHP?
1 4083if 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?
2181
Explain about looping in PHP?
When a conditional statement is ended with an endif?
What are the php variables?
Can we use include ("xyz.php") two times in a php page "index.php"?
Tell me what library is used for pdf in php?
What is the use of limit in mysql?
How to redirect https to http url through .htaccess?
What is the Default syntax used in PHP?
Name some of the functions in php.
What is the use of stripslashes in php?
How to call php function from javascript using ajax?
How to set session.gc_maxlifetime properly?
Tell me what is the use of "ksort" in php?
What is $$ in php?
What is cookie in php with example?