[PHP] Problem Solved

2001-11-28 Thread Ryan Stephens
cted image can be saved to file > or sent to the > browser. GetImageSize() is one of the many functions provided by GD. http://www.php.net/manual/en/ref.image.php > > > Best regards, > Andrey Hristov > > - Original Message - > From: "Ryan Stephens (Hotmail)&quo

Re: [PHP] Image Uploads beeing corupted

2001-11-28 Thread Ryan Stephens
; IcyGEN Corporation > http://www.icygen.com > BALANCED SOLUTIONS > > > - Original Message - > From: "Ryan Stephens" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 28, 2001 10:12 AM > Subject: [PHP] Image Uploads beei

[PHP] Image Uploads beeing corupted

2001-11-28 Thread Ryan Stephens
> I've found that just doing this seems to do the same function UploadImage(){ global $ImageFile; copy ($ImageFile, "../images/$ImageFile_name"); } Thanks Ryan Stephens -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Newbie Image uplaod question

2001-11-27 Thread Ryan Stephens
Sorry... i changed to but still no luck. it returns "Array" as the file name and doesnt upload the file. Whats up?? Ryan "Ryan Stephens" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP] Newbie Image uplaod question

2001-11-27 Thread Ryan Stephens
http://www.php.net/manual/en/features.file-upload.php > > On Tue, Nov 27, 2001 at 08:14:48PM -0800, Ryan Stephens wrote: > > Hey guys... > > > > Im new to PHP and am trying to upload images to the server and store the > > file name into mySQL database.. but i

[PHP] Newbie Image uplaod question

2001-11-27 Thread Ryan Stephens
Hey guys... Im new to PHP and am trying to upload images to the server and store the file name into mySQL database.. but i dont have a clue how to do this... all i know is i need to use other than that im lost. Any help would be great. Thanks Ryan Stephens -- PHP General

[PHP] CheckBoxes and Arrays

2001-09-11 Thread Ryan Stephens
Im trying to output a list of options, each with a checkbox named "ChkBox" and with a value of the ID number from the database. This is no prob. The thing is, i want to be able to select some of those checkboxes (any number, in combination) and delete the information from the database that is asso