purencool Posted December 24, 2010 Share Posted December 24, 2010 Hi phpfreaks I have a form with a hidden field. The value Setup/Site_Information works great but it is not w3c correct. So I need to use the html ⁄ or forward slash but I can't get it to work my app just throws errors. Does any one have any ideas <input type="hidden" name="m" value="Setup/Site_Information"/> <input type="hidden" name="m" value="Setup⁄Site_Information"/> Link to comment https://forums.phpfreaks.com/topic/222547-forward-slash/ Share on other sites More sharing options...
purencool Posted December 24, 2010 Author Share Posted December 24, 2010 if add / it works great Link to comment https://forums.phpfreaks.com/topic/222547-forward-slash/#findComment-1150973 Share on other sites More sharing options...
Pikachu2000 Posted December 24, 2010 Share Posted December 24, 2010 What kind of errors? You're going to need to be a bit more descriptive. Maybe even include any other relevant code, too. Link to comment https://forums.phpfreaks.com/topic/222547-forward-slash/#findComment-1151030 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.