Write down the code for save an uploaded file using php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?

2 Answers  


How to get the DNS servers of a domain name?

1 Answers   Life Infotech,


What the use of var_dump()?

0 Answers  


Distinguish between urlencode and urldecode?

0 Answers  


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?

0 Answers  


How to get path of php.ini with a php script?

1 Answers  


What does isset() function?

0 Answers  


explain php variable length argument function.

0 Answers  


What are the Formatting and Printing Strings available in PHP?

0 Answers  


What is php regular expression?

0 Answers  


What is php built on?

0 Answers  


What is the difference between session_unregister() and session_unset()?

0 Answers  


Categories