How to add different images in php program like a job
site.......

Answers were Sorted based on User's Feedback



How to add different images in php program like a job site.........

Answer / anand prakash

$img_name=$_FILES[img_var][temp_name];
$img_path="/images";
$img_test=move_uploaded_file($img_name, $img_path);
if($img_test){
Image uploaded successfully.
}

Is This Answer Correct ?    4 Yes 0 No

How to add different images in php program like a job site.........

Answer / anand prakash

move_uploaded_file ( string $filename , string $destination )

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

What is the major php security hole? How to avoid?

0 Answers  


Explain about the $_GET variable of PHP?

0 Answers  


Xplain is it possible to use com component in php?

0 Answers  


What are the different types of PHP arrays?

0 Answers  


What is laravel php?

0 Answers  






What is a PHP Filter?

0 Answers  


In php, how to redirect from one page to another page?

0 Answers  


how many types of error in PHP.

3 Answers  


What is a persistent cookie in php?

0 Answers  


What is the use of mysql_fetch_array in php?

0 Answers  


What is session management php?

0 Answers  


How can we create a database using PHP and mysql?

4 Answers   Rushmore Consultancy,


Categories