I have a php input form that sends some info to another screen, but instead of the url looking like http://tv.ksl.com/index.php?sid=128559&nid=5 , for example, it looks like http://tv.ksl.com/index.php but still works ok. What's causing the parameters not to show up in the url?
Are you sure the post method is "get" and not "post"?
-or-
Are there some "mod_rewrite" rules in effect?
Originally posted by Installer Are you sure the post method is "get" and not "post"? -or- Are there some "mod_rewrite" rules in effect?
It is now "get". Was "post". Thanks, that was an easy fix.