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 Quote 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); Quote Link to comment https://forums.phpfreaks.com/topic/54769-submit-and-session/#findComment-270853 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.