How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
6 16955code 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)
2157How can I retrieve values from one database server and store them in other database server using PHP?
1 4183if 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?
2260
What sized websites have you worked on in the past?
Write a program using while loop?
What is difference between static and final in php?
Tell me what kind of things have you done on the social side?
How to create a web form?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What is the current stable version of php? What advance thing in php7?
sort term descripttion form, report and uery
How to calculate the difference between two dates using php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What is the difference between htmlentities() and htmlspecialchars()?
Which variable declarations within a class is invalid in php?
List some features of php that are deprecated in php7?
What does $_files means?
What is the current stable version of php?