I want to put cutenews on a page on my site,problem is I need PHP coding for it. Now I'm only new at this but how do I make my page in PHP coding? If you can answer this and I get it working you will get 10 points....ty mf
Making your website PHP "enabled" is easy; just rename the files from .html to .php.
Inside the PHP file you'll want to put certain tags, such as:
<?php (beginning) and (at the end) ?>
Those two will tell your server where the PHP starts and where it ends.
Your web server also needs to be PHP compatible.