I am really new to PHP. I'm still not exactly sure how PHP generates an html file. I am creating a forum for my website and there are 2 things I would like to know.
1. How do I edit the content (the HTML stuff) from withing the PHP file, such as the words that appear (ex: Welcome back...
I have a stat counter for my website, but I do not want it to count visits from my Ip address. What is the EXACT code I would insert into the code saying that my Ip address was 12.34.567.890?
The PHP counter code:
<?php
//Stat counter for xxxxxxxxxx.com.nu
$maxlines = 100; // the maximum...
I am creating a site on www.com.nu for free. I didn't notice this since I was using Firefox with Adblock plus, but when I accessed my website using IE, I found a script added by the host to place pop-ups on my site. The script is placed right before the </body> tag, so the only way I know how to...