Can you convert php to html?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find no of days between two dates in php?
How can I get the only name of the current executing file?
What is die in php?
Seeking a PHP skilled programmer, with knowledge of MySQL Database, Javascript and AJAX. CSS and HTML is a plus. Temporary job for 2 months. Possibility of extending the contract (depending on how good you are). Location: Delhi. Start: ASAP Contact me at boney@portlane.com together with your CV.
write function of the sentence traversal passing the parameter, e.g input:this is input sentence. output:sentence input is this.
What is the use of mysql_real_escape_string() function?
What is basic php?
Design a class that should always return a single object ?
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 new static in php?
In mail($param1, $param2, $param3, $param4), the $param2 contains__
What are the benefits of composer?