Thank The Cheese
Registered
Hello everyone.
At work I have been asked to maintain an online newsletter for my division. To make updating easier, I intend to build a simple PHP/MySQL driven site to display articles in a blog-like style.
The problem is the destination server does not support any server-side language.
So my question is, can I build the PHP/MySQL driven site on my local computer, then somehow automate the process to compile each dynamically generated page into HTML. The idea is that I maintain the site on my computer, then every day/week/month generate the latest version of the site to upload to the server.
Thanks in advance!
At work I have been asked to maintain an online newsletter for my division. To make updating easier, I intend to build a simple PHP/MySQL driven site to display articles in a blog-like style.
The problem is the destination server does not support any server-side language.
So my question is, can I build the PHP/MySQL driven site on my local computer, then somehow automate the process to compile each dynamically generated page into HTML. The idea is that I maintain the site on my computer, then every day/week/month generate the latest version of the site to upload to the server.
Thanks in advance!