Uploading a file to a server using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hewstone
Forum Newbie
Posts: 14
Joined: Fri Nov 14, 2008 10:57 am

Uploading a file to a server using PHP

Post by hewstone »

I want to upload a file to a server using PHP. I have a username and password for the server. However im unsure on the code or if this can be done using PHP. Could i have some help on this issue or some code which i could get started on. Thank you

Regards
Richard
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Re: Uploading a file to a server using PHP

Post by aaronhall »

"php upload file" on google returns nearly a million results :wink:
mmj
Forum Contributor
Posts: 118
Joined: Fri Oct 31, 2008 4:00 pm

Re: Uploading a file to a server using PHP

Post by mmj »

aaronhall wrote:"php upload file" on google returns nearly a million results :wink:
wrong! (at least for me)
http://google.com/search?q=php+upload+file wrote:Results 1 - 10 of about 1,100,000 for php upload file.
:P
Post Reply