I want my rapid weaver files to publish as php files
Rapid Weaver's default extension is html. How do I make that php?
Hello!
You can 'convert' HTML files to PHP by just changing the file extension from .html to .php. As you can imagine, though, this isn't going to actually change anything about the site. If you want to add PHP functionality, you're going to need to add the PHP code to the file. The PHP code goes inside of PHP tags. Hope that helps get you started!
Hello!
You can 'convert' HTML files to PHP by just changing the file extension from .html to .php. As you can imagine, though, this isn't going to actually change anything about the site. If you want to add PHP functionality, you're going to need to add the PHP code to the file. The PHP code goes inside of PHP tags. Hope that helps get you started!