Quote:
Originally Posted by DelaZ
Hey thanks for the hack!
I got a complete newbish question though... I'm rather new at this.
What's the code for the form itself? What do I place here exactly? (in html)
Thanks
|
The actual form code is in the file login_inc.php
You just need to place
PHP Code:
<?php
require_once('/path/to/your/login_inc.php');
?>
At the point in your page that you want the login box to appear.