Want to upload my project

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
upabbi
Forum Newbie
Posts: 6
Joined: Thu Nov 11, 2004 9:19 pm

Want to upload my project

Post by upabbi »

Hi All,

My php/mysql project is ready , now i need to upload it to a url so that the destination company may access it from there.
I have got free space on 50megs.com , now i want to upload my project on my own site on 50megs.com. Please tell me how can I upload my project files to my URL upasana50megs.com also tell me is there any change required in my php.ini file( to set include_path) ?

Please reply back soon as my dedlines are close.

Thanks.

upabbi
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

Alot will depend on how your code is written.
To upload your files you will need and ftp client, filezilla is a good choice http://sourceforge.net/projects/filezilla/ to upload your files to your site.

As for the php.ini file as I said it depends on how your site is coded, did you change your include_dir, any other settings?

Those sorts of things need to be figured out.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Use an FTP program like Filezilla (google for it) to upload the files to the remote server to which your URL points to. You should have received login and password from your hosting company when you signed up with them.
Post Reply