This is a discussion on RE: [PHP] OT Re: php|cruise - do unto others... within the PHP General forums, part of the PHP Programming Forums category; Quoting John Nichel <jnichel@by-tor.com>: > Jay Blanchard wrote: > > [snip] > > > >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Quoting John Nichel <jnichel@by-tor.com>:
> Jay Blanchard wrote: > > [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. > > > > Sigh, how many times do we have to answer this question. RTFM!!!! > > :) > > -- > By-Tor.com > It's all about the Rush > http://www.by-tor.com ------ SADLY, the manual only mentions silver - unfortunately I only have copper to send!!! Someone should rewrite TFM |
|
|||
|
[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. |
|
|||
|
Jay Blanchard wrote:
> [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. > Sigh, how many times do we have to answer this question. RTFM!!!! :) -- By-Tor.com It's all about the Rush http://www.by-tor.com |
|
|||
|
On Mon, 2003-10-20 at 17:05, myphp wrote:
> Quoting John Nichel <jnichel@by-tor.com>: > > > Jay Blanchard wrote: > > > [snip] > > > > Sigh, how many times do we have to answer this > question. RTFM!!!! > > > > :) > > > > SADLY, the manual only mentions silver - unfortunately I > only have copper to send!!! Someone should rewrite TFM InterJinn can turn your copper into silver. Just like it can simonize cars, and other neato things :) Rob. -- ..------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' |
![]() |
| Thread Tools | |
| Display Modes | |
|
|