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 |
Tell us why did you choose this particular career path?
How can you execute php script from the command line?
What are the variables in php?
List some array functions in php?
What is csrf token in php?
How session works (internal processing of session) ?
3 Answers ASD Lab, IPSR Solutions,
What is session data?
What does the array operator '===' means?
Explain what does the expression exception::__tostring means?
Explain Booleans in PHP?
How to pad an array with the same value multiple times?
What are php strings?