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 |
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What are the types of variables in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is the difference between Reply-to and Return-path in the headers of a mail function?
What is composer install?
Which will start a session?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
What is difference between post and put in rest?
What is the different between cookies and session in php?
What are the different ways we can retrive the mysql results using php ? Explain each
How can we set and destroy the cookie in php?
What type of inheritance that PHP supports?
15 Answers Webwing Technologies,