Quote:
Originally Posted by Gary W
All I can say is, make sure you follow instructions carefully and change the variables at top of quickreg.php
|
Are you refering to this instruction??
Quote:
Originally Posted by Gary W
Instructions
Be sure to place the attached code wherever you want the quick registration form to show up.
|
Simple, I created a page called quickreg.php (with your code only) and called it to the browser.
It opened correctly, but wont submit!
and my variables are
// board information
$config="localhost/forum/admin/config.php";
$groupid="2";
$redirect="yes";
$registeredmessage = "Welcome back ".$bbuserinfo['username']."!";
What else could go wrong?