How do I upload site to webserver

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mw4
User
Posts: 57

How do I upload site to webserver

Post by mw4 »

I have looked around a bit and I cannot find the way to do this.
I use a co-located server, and cannot install phpmaker onto that server.

A push in the right direction would be nice.


sticcino
User
Posts: 1043

Post by sticcino »

you need an ftp client
your hosting company needs to supply you with an account for this purpose


mw4
User
Posts: 57

Post by mw4 »

is it possible to run phpmaker on my local pc, while linking to a database on my remotely located webserver, so that it generates the pages right on the webserver?


sticcino
User
Posts: 1043

Post by sticcino »

You can set your db to be on another server, but you will still need to upload the files with a ftp/ sftp client


mobhar
User
Posts: 11660

Post by mobhar »

mw4 wrote:
while linking to a database on my remotely located webserver

Use "Database_Connecting" server event if you want to implement both local and remote database settings. Please read "Server Events and Client Scripts" topic from PHPMaker Help menu for more info and example.


Post Reply