Jump to content

Stop parsing


jaymc

Recommended Posts

I have a profile system on my website which allows members to fill in fields with data

For example

[b]First name = Jamie[/b]

But, what happens when you get a scripty who comes along and does this

[b]First name = <? echo "HI"; ?>[/b]

It screws up the page... I need a way to stop it from parsing

I have found a tag called [b]<xmp> [/b] which does actually work for both HTML and PHP suprisingly

Im just wondering if this is the proper way to go about protecting my site from code injection.

If it is, do I have to wrap <xmp></xmp> around any dynamic data a member can submit

Thanks
Link to comment
https://forums.phpfreaks.com/topic/24159-stop-parsing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.