filtering the user submitted values

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

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

but there are still a lot of possibilities to insert annoying scriptcode, e.g.

Code: Select all

<html>
	<body>
		<p onmouseover="javascript: alert('nag nag nag');">
			bla bla bla
		</p>
	</body>
</html>
Post Reply