Advertisment removers

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!

Moderator: General Moderators

Post Reply
LITHIA
Forum Newbie
Posts: 2
Joined: Mon Dec 16, 2002 10:44 am

Advertisment removers

Post by LITHIA »

Hey all! I just started php not long ago, and was wondering if anyone could help me remove the advertisment which is added to my html. Each time this advertisment pops up on my page, it corrupts my dam fields or any other special stuff on the page.
All I need to do is make it remove/ignore a peice of html which is added to my page to stop the dam, annoying advertisment which gets viewed on the page.
If anyone can help me, ill let them have the html which is added.
Thanks for anyones help, i greatly appreciate it.

LITHIA - Beginner PHP Programmer
LITHIA
Forum Newbie
Posts: 2
Joined: Mon Dec 16, 2002 10:44 am

Post by LITHIA »

Problem has been resolved! Thanks to ShdwStal. :D

Answer was:

After </html> include the line: <noframes>

That solves the advertisment problems, thanks ShdwStal! :wink:

LITHIA
Post Reply