Forum Moderators: coopster
if ($moderate== 1) $message = $lang[submit_app];
else $message = $lang[submit];
$complete = 1;
}$lang[submit_app] = "<br><b>Your review has been submitted for approval.</b>";
$lang[submit] = "<br><b>Your review has been posted!</b>";
Instead of showing either of the messages, I want a page to load up. (I want the user to return to viewing the reviews, so s/he can see their own comments)
I've been fiddling with the fopen function but no luck. I've thought about putting an onclick function on the send button, but I want to see if it's possible to do this using PHP first.
Any help is much appreciated
Apple