Search results

  1. K

    HTML within a PHP file?

    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...
  2. K

    PHP: How do I remove my Ip address from the stat counter?

    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...
  3. K

    HTML: </body> and/or script to remove popups?

    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...
Back
Top