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 Quote 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> Quote Link to comment https://forums.phpfreaks.com/topic/160609-strange-character-conversion/#findComment-847609 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.