How to add different images in php program like a job
site.......
Answers were Sorted based on User's Feedback
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 |
Answer / anand prakash
move_uploaded_file ( string $filename , string $destination )
| Is This Answer Correct ? | 1 Yes | 1 No |
What is php oop?
What does echo mean in php?
Can I use php in visual studio?
What language is similar to php?
How can we define a variable accessible in functions of a php script?
How to Calculate Internal links & External Link in Website.(For Example YAHOO WEBSITE)
What is csrf token and how it works?
Which function(s) in PHP computes the difference of arrays?
What is the mysql injection?
Which function Returns the time of sunrise for a given day / location in PHP.
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
What is __ construct in php?