Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to add different images in php program like a job
site.......

Answers were Sorted based on User's Feedback



How to add different images in php program like a job site.........

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

How to add different images in php program like a job site.........

Answer / anand prakash

move_uploaded_file ( string $filename , string $destination )

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

What is empty php?

0 Answers  


Differences between get and post methods?

0 Answers  


Which is a perfect example of runtime polymorphism?

0 Answers  


What is $_ get?

0 Answers  


What is difference between variable declaration and variable definition?

0 Answers  


How can you submit a form without a submit button?

0 Answers  


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?

0 Answers  


Tell me what are the functions to be used to get the image's properties (size, width and height)?

0 Answers  


A process is identified by a unique___

0 Answers  


What are the rules to determine the “truth” of any value which is not already of the boolean type?

0 Answers  


What is parent __construct ();?

0 Answers  


Categories