This looks good, like just what I've been looking for, actually. A couple of questions/ problems though.
Firstly:
I'm trying to get the form data to parse a very simple url, like:
http://www.domain.com/newthread.php?...&review=myhost
The idea is to have that last bit be part of the title itself. Code changed for this:
Code:
$formtitle = "Generic Form for $review";
which simply returns
Forumname : Generic form for
Am I missing something here? Do I need to add something to parse the review bit?
Secondly, can this parse sql queries directly? Instead of handing them off to a forum, what I'm looking to do is add them to a db of reviews which will then be approved by an admin, and viewed by the end user, not in a forum as it were.