Sep 11th, 2010, 9:35 PM
Hi Aluwe,
You should be able to add that code right after the mysql_query(). No luck?
Maybe try adding it, then in your Submission Pre-Parser rule add an:
This would at least confirm that the Submission Pre-Parse rule is being called.
Sorry, this is a dense problem to debug via a forum!
- Ben
You should be able to add that code right after the mysql_query(). No luck?
Maybe try adding it, then in your Submission Pre-Parser rule add an:
PHP Code:
echo "here!";
exit;
This would at least confirm that the Submission Pre-Parse rule is being called.
Sorry, this is a dense problem to debug via a forum!
- Ben