PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a large site of flat HTML files, and need to convert them into a template. Is it possible to use PHP to convert them, or do I need to use some software?
Unfortunatly PHP is not an option on the server they are hosted on, so I must do any PHP work on my machine, else I would use includes to it.
Depends on the template-engine you're using.
Depends also on what you need to replace:
if it's simple, use [php_man]str_replace[/php_man], if not use [php_man]preg_match[/php_man].