Deanznet Posted November 7, 2007 Share Posted November 7, 2007 Hey Their! i used.. http://gr0w.com/articles/code/php_5_star_rating_system_using_hreview/index.php For a rating system. Now i have a dynamic php page... such as mysite.com/index.php?page=viewimage&image_id=s9ds anyways When i use that script.. It posts echo '<form method="post" action="'.$_SERVER["PHP_SELF"].'">'; So when i hit submit it post to just the image.php if you understand me correctly.. Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted November 7, 2007 Share Posted November 7, 2007 So you want to keep the URL? echo '<form method="post" action="'.$_SERVER["REQUEST_URI"].'">'; Quote Link to comment Share on other sites More sharing options...
Deanznet Posted November 7, 2007 Author Share Posted November 7, 2007 Wow that was way to easy! Thanks! 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.