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 do you use an array in excel?
I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..
Require_once(), require(), include(). What is difference between them?
Can you give example for trait in php?
What are the differences between require and include?
Tell me what is the definition of a session?
What are the functions used in php?
What was the old name of php?
What are the advantages of indexes?
What are objects in php?
What is a php trait?
What is an object in php?