Hello,
can anyone help me to understand what my approach should be? I have some data in MySQL and can generate it into a page via PHP fine, but I would like to have PHP build an HTML version of the page every night to increase my search rankings.
In other words, I would like to run a PHP script (behind the scenes) every night which generates an HTML page that users interact with statically.
Does anyone know a good place to start?