ki Posted June 8, 2007 Share Posted June 8, 2007 okay I have a registration form that if theres an error it fills back all the input boxes with the information typed... and when session returns the value of the input, if theres a > in it, it screws up the whole page Link to comment https://forums.phpfreaks.com/topic/54769-submit-and-session/ Share on other sites More sharing options...
per1os Posted June 8, 2007 Share Posted June 8, 2007 www.php.net/str_replace $display = str_replace(">", ">", $display); Link to comment https://forums.phpfreaks.com/topic/54769-submit-and-session/#findComment-270853 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.