how to upload php website

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
myasirm
Forum Commoner
Posts: 54
Joined: Sat Sep 12, 2009 3:57 am

how to upload php website

Post by myasirm »

i am working in organization here we use our local server here i have php website i want to upload it on that server kindly tell me how can i do this
thanks in advance
waiting for replies
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: how to upload php website

Post by markusn00b »

myasirm wrote:i am working in organization here we use our local server here i have php website i want to upload it on that server kindly tell me how can i do this
thanks in advance
waiting for replies
FTP is the most commonly used tool for this problem.
myasirm
Forum Commoner
Posts: 54
Joined: Sat Sep 12, 2009 3:57 am

Re: how to upload php website

Post by myasirm »

can u plz tell me the steps i have never done this before and i used apache server in php
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: how to upload php website

Post by markusn00b »

myasirm wrote:can u plz tell me the steps i have never done this before and i used apache server in php
Are you able to set up an FTP server on your remote box (the computer running your live Apache site)?
myasirm
Forum Commoner
Posts: 54
Joined: Sat Sep 12, 2009 3:57 am

Re: how to upload php website

Post by myasirm »

thanks to all of u guys for giving me +ve response i have done this.
actually i was accessing my web on my system through localhost and on others system by giving IP address i can access my web page
Post Reply