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.. Link to comment https://forums.phpfreaks.com/topic/76440-solved-rating-system-that-posts-to-a-dynamic-page/ 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"].'">'; Link to comment https://forums.phpfreaks.com/topic/76440-solved-rating-system-that-posts-to-a-dynamic-page/#findComment-387109 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! Link to comment https://forums.phpfreaks.com/topic/76440-solved-rating-system-that-posts-to-a-dynamic-page/#findComment-387112 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.