Another person? I have a complete website of around 200 megs in size. Is it possible to push it over to someone else's server? And if so, could you explain how I do this? Thank you for your responses in advance!
Assuming there are no databases, you FTP the whole thing to your machine and then get the information you need to FTP it to their server. If there are databases it gets more complicated.
If you do have a database and phpMyAdmin just use phpMyAdmin to export the database to a text file. Then on the new server, create the database and import the text file you made from the old one.