How do you end a session in php?
No Answer is Posted For this Question
Be the First to Post Answer
List some sorting functions in php?
What are the methods to submit form in php?
In PHP how many size data can upload by default?
9 Answers Classic Infotech, PG Software,
Why do we use php?
What type of headers have to be added in the mail function to attach a file?
What is the empty function?
write a program to print [123] [456] [789] note : braces also need to be printed
Can I run php without xampp?
Can we use include ("xyz.php") two times in a php page "index.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?
can any one tell how to install LAMP server in terminal in ubuntu.....and also tell please how to run php files in ubunut and how to save and compile in ubuntu..i already installed ubuntu ..but i dont installed lamp server so i want to install lamp server in terminal is it possible please reply
what is mean php ? is it designingtool or language? how ill create website using by php?