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.......

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which will start a session?

1068


Write a program in php to find the occurrence of a word in a string?

1129


Which Scripting Engine PHP uses?

1251


What is the difference between include and require?

1055


How to calculate the length of a string?

1187


What is ltrim?

968


How many different types of messages available in php?

1061


What is meant by an associative array?

1044


How to get the value of current session id?

1010


Which is the best web server?

1009


Explain some of the php string functions?

1022


Do you know what does mvc stand for and what does each component do?

1017


What is the function of mysql_real_escape_string in php?

982


How send email using php?

1013


Write a program in php to reverse a number?

1047