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 is empty php?
Differences between get and post methods?
Which is a perfect example of runtime polymorphism?
What is $_ get?
What is difference between variable declaration and variable definition?
How can you submit a form without a submit button?
How do I add to the beginning of an array and find the number of elements in it?
1 Answers Rushmore Consultancy,
Do you know how to get the ip address of the client?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
A process is identified by a unique___
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What is parent __construct ();?