RE: [PHP] Newbie Image uplaod question

2001-11-27 Thread Martin Towell
To: [EMAIL PROTECTED] Subject: Re: [PHP] Newbie Image uplaod question 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

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]... > ok... ive tried this but no go: > > <-

RE: [PHP] Newbie Image uplaod question

2001-11-27 Thread Martin Towell
try changing to -Original Message- From: Ryan Stephens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 4:13 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Newbie Image uplaod question ok... ive tried this but no go

Re: [PHP] Newbie Image uplaod question

2001-11-27 Thread Ryan Stephens
ok... ive tried this but no go: <-> function UploadImage(){ global $HTTP_POST_FILES; global $image; reset($HTTP_POST_FILES); $pic_file = $HTTP_POST_FILES['image']; copy ($pic_file['tmp_name'], "../images"); } <---

Re: [PHP] Newbie Image uplaod question

2001-11-27 Thread Urb LeJeune
> 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. # Function MakeUploadForm() ### funct

Re: [PHP] Newbie Image uplaod question

2001-11-27 Thread Hank Marquardt
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 dont have a clue how to do this... > all

[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 Ma