PDA

View Full Version : on the comment...


pinayako
11-19-2006, 08:29 PM
after they comment, how can i redirect it directly on my index page , instead of the thankyou page?

GeoS
11-19-2006, 09:01 PM
/index.php - near line 1085 you should have:
} // end of if($_GET['x'] == "save_comment")

After that you can add in new line:
header('Location: ' . $_SERVER[HTTP_REFERER]);

pinayako
11-20-2006, 01:19 AM
thanks sooo very muchh