Preserved Topic: Passing image files in PHP |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-02-2002 13:03
Sorry about the title, I wasn't sure what to call this one. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-02-2002 13:27
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-02-2002 14:25
No, they have unzipped just fine. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 04-02-2002 14:54
btw, what are these strange pnm and ppm images? |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-02-2002 15:33
Grumble |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 04-02-2002 15:45
ah. thanks for the explanaition. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-02-2002 16:28
pnm is a generic file name that recognizes and distinguishes between three different netpbm file formats. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 04-02-2002 16:33
oh yeah! |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-02-2002 17:09
Alrighty. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-02-2002 17:28
No, let me see if I can put it better. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-02-2002 18:33
Hokay check this out. code: $directory_name = "/home/my_place/public_html/test_gallery/$new_album";
|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-02-2002 21:55
Thanks Bitdamaged!! code: thumbnail($directory_name."/".$entry, $new_album);
|