Hey,
I'm a complete newbie on PHP and I found this program: http://softfinder.com/prephp
It maybe look strange that I'm using no php server. But still I have acces only on that kind of server. I must transfer php website to this server
I'm a Mac user of course so this software should be for me 🙂
That would only work where your PHP is generating static pages - you would still need a PHP-enabled server if you needed to serve dynamic content. There are plenty of low-cost web hosts that support PHP, however. That would be your best solution.
traq;11024813 wrote:you would still need a PHP-enabled server if you needed to serve dynamic content
you would still need a PHP-enabled server if you needed to serve dynamic content
... and let's be honest; if you're only using PHP as a templating language to generate "static HTML for use on PHP-disabled webservers", you probably don't need to be using PHP at all in the first place.