upload images in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
callsreenu
Forum Newbie
Posts: 6
Joined: Sun Nov 23, 2008 11:03 pm

upload images in php

Post by callsreenu »

Hi ,

any one help me for How to upload different types of images(.gif,.png,.jpeg etc...) in PHP

MY CODE IS:-


<td><label for="optionalImage">Ad Image (Optional)</label></td>
<td colspan="7">
<input id="optionalImage" name="optionalImage" type="file" value="" />
</td>
Last edited by callsreenu on Mon Nov 24, 2008 11:01 pm, edited 1 time in total.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: upload images in php

Post by requinix »

Post Reply