How to add different images in php program like a job
site.......
Answer Posted / 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 |
Post New Answer View All Answers
Does php support multiple inheritance?
How to submit form without a submit button.
What are access specifiers?
What is crypt () in php?
Which parts of php are case sensitive?
Is null in php?
What is __ construct in php?
Is php developer in demand?
Is php pass by reference or value?
What is cookie in php with example?
What does php mean?
What is mean by an associative array?
Is null or empty c#?
What are the advantages of using php?
Tell me how can we define a variable accessible in functions of a php script?