Closed Thread Icon

Topic awaiting preservation: upload image with php/mysql (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=26814" title="Pages that link to Topic awaiting preservation: upload image with php/mysql (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: upload image with php/mysql <span class="small">(Page 1 of 1)</span>\

 
redroy
Paranoid (IV) Inmate

From: 1393
Insane since: Dec 2003

posted posted 10-09-2005 20:16

Hey,

Just wondering if someone could point me to a good tutorial on uploading images with php and referencing them via mysql... I've searched online but everything I come up with seems a little dry. In the long run I want to learn how to manipulate the image in different ways for viewing but it seems there are plenty of tutorails for that sort of stuff. Thanks

H][RO
Bipolar (III) Inmate

From: Australia
Insane since: Oct 2002

posted posted 10-10-2005 03:30

look for upload file, thats all you are doing.

Then look up php image functions.

Bascially
-You upload an image from a html form
-This puts a temp image on your server
-You use the php built in GD functions to manipulate your image in a temp image stream
-You copy the temp image stream to a real file where you want it on the server.

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 10-10-2005 11:04

the php doc itself on uploading files is fairly comprehensiv.

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 10-10-2005 17:57

here ya go

for manipulation use GD functions like H][RO suggested

Later,

C:\

redroy
Paranoid (IV) Inmate

From: 1393
Insane since: Dec 2003

posted posted 10-12-2005 00:16

Excellent, thanks! I'm sure you'll be hearing from me with more questions in a bit

« BackwardsOnwards »

Show Forum Drop Down Menu