i am submiting post data to a php script and i would like my users to be able to submit all html tags. when i was testing my script i found that i wasnt able to recive any data enclosed in <style> tags. what is the problem?
eelixduppy
2:25 pm on Oct 8, 2006 (gmt 0)
You should be receiving the data, just if you are echoing it to the browser it won't show up. Check the source for confirmation. This is also assuming that you don't have an HTML strip-tags function that isn't working properly.