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 |
Define object-oriented methodology?
How to check curl is enabled or not in PHP
How is a constant defined in a PHP script?
delete session variable when close browser with out logout
What types of images that PHP supports?
How to Retrieve the Session ID of the Current Session?
How can I make a script that can be bilanguage (supports English, German)?
What are the difference between echo and print?
What's the output of the ucwords function in this example?
What is magic function in php?
How to call php function in jquery?
What does odbc do in context with php?