TJMAudio Posted May 21, 2008 Share Posted May 21, 2008 I am trying to use the following code below, and am wondering if it is possible... <form action="index.php?pn=searchresults method="get"> Every time I click submit, however, it takes me straight to index.php without processing the form, just to the actual home page. So, is what I am trying to do impossible? Quote Link to comment Share on other sites More sharing options...
jonsjava Posted May 21, 2008 Share Posted May 21, 2008 <form action="index.php?pn=searchresults" method="get"> Quote Link to comment Share on other sites More sharing options...
revraz Posted May 21, 2008 Share Posted May 21, 2008 In other words, you forgot a quote Quote Link to comment 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.