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 |
How to generate a form?
What is the purpose of using php?
What is the use of mysql_fetch_assoc in php?
Write down the code for save an uploaded file in php.
Where is my php ini file?
What distinguishes php from something like client side java script?
Which Scripting Engine PHP uses?
=== represents what?
2 Answers Ephron Systems, NetTrackers,
What is difference between readonly and constant?
What new features php7 has in store for us?
Why do you need to filter out empty files?
Explain the casts allowed in PHP?