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
; 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
>
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,
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]...
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
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
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
7 matches
Mail list logo