Page 1 of 1

How do I upload site to webserver

Posted: Wed Jan 17, 2018 8:05 am
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.


Re: How do I upload site to webserver

Posted: Wed Jan 17, 2018 9:45 am
by sticcino

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


Re: How do I upload site to webserver

Posted: Sat Feb 24, 2018 12:09 pm
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?


Re: How do I upload site to webserver

Posted: Thu Mar 01, 2018 8:58 am
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


Re: How do I upload site to webserver

Posted: Thu Mar 01, 2018 9:28 am
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.