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 can you tell if a number is even or odd without using any condition or loop?
A process is identified by a unique___
Is php good for career?
What are the advantages and disadvantages of Cascading Style Sheets?
Is gender a dependent variable?
Write a program in php to print a table of a number?
Describe the differences between the object models in PHP 4 and PHP 5.
What are the benefits of using queries?
How to check a variable is array or not in php?
What is a definer in mysql?
How can we optimize or increase the speed of a mysql select query?
What is the use of array_count_values() in php?