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 does $_cookie means?
What do you mean by having php as whitespace insensitive?
Can we use onclick in submit button?
how can attached a file to a mail and attached a resume to a mail and received in id
Explain the differences between get and post methods?
What is strlen php?
Write a program to upload a file in php?
What is button in html?
write the function to fetch a image from mysql databases (datatype blob).
Explain how to execute a php script using command line.
What is exception in php?
What are the differences between require and include?