How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
6 16659code 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)
2087How can I retrieve values from one database server and store them in other database server using PHP?
1 4070if 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?
2174
What are the uses of explode() and implode() functions?
How come the code works, but doesn’t for two-dimensional array of mine?
Tell me which programming language does php resemble to?
Tell me what is the importance of "action" attribute in a html form?
Tell me what is the use of isset() in php?
Will a comparison of an integer 12 and a string "13" work in php?
Explain the installation of PHP on UNIX systems?
Are php sessions secure?
What is php artisan serve?
What is $_ files in php?
What is serialization in php?
What are the difference between echo and print?
What is static method php?
Is salary fixed or variable cost?
How does cookies work in php?