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
Which will start a session?
Write a program in php to find the occurrence of a word in a string?
Which Scripting Engine PHP uses?
What is the difference between include and require?
How to calculate the length of a string?
What is ltrim?
How many different types of messages available in php?
What is meant by an associative array?
How to get the value of current session id?
Which is the best web server?
Explain some of the php string functions?
Do you know what does mvc stand for and what does each component do?
What is the function of mysql_real_escape_string in php?
How send email using php?
Write a program in php to reverse a number?