Some change just came out of my cd-rom .. could it be yours?



From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Robert Cummings" <[EMAIL PROTECTED]>, "Didier McGillis" <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>, "PHP-General" <[EMAIL PROTECTED]>
Subject: RE: [PHP] OT Re: php|cruise - do unto others...
Date: Mon, 20 Oct 2003 15:18:36 -0500


[snip]
> > > I cant attach my loose change to my email :(
> >
> >Sadly, that feature won't be implemented till PHP5. ;)
>
> Yeah I tried that and it took my underwear and left a welt, I
submitted it
> as a bug.

I heard it might be delayed till PHP 6 due to unforseen technical
difficulties.
[/snip]

$uploaddir = '/var/change/uploads/';
$uploadfile = $uploaddir. $_FILES['userchange']['name'];

if (move_uploaded_change($_FILES['userchange']['tmp_name'],
$uploadfile)) {
    print "Change is valid, and was successfully uploaded. ";
    print_r($_FILES);
} else {
    print "Possible theft of change!\n";
    print_r($_FILES);
}

I was able to upload my loose change (see code above), but now I cannot
find it.

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to