tallberg Posted June 2, 2009 Share Posted June 2, 2009 My files or some thing is converting the esential question marks after the .php into quotes. Example <form method='post' name='form1' action='index.php?signup=yes&action=adduser' method='post'> creates the url: http://localhost/newboldononline2/index.php"signup=yes&action=adduser Link to comment https://forums.phpfreaks.com/topic/160609-strange-character-conversion/ Share on other sites More sharing options...
dreamwest Posted June 2, 2009 Share Posted June 2, 2009 <form method='post' name='form1' action='index.php'> <input type="hidden" value="yes" name="signup"> <input type="hidden" value="adduser" name="action"> </form> Link to comment https://forums.phpfreaks.com/topic/160609-strange-character-conversion/#findComment-847609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.