
09-11-2006, 04:28 PM
|
|
|
Join Date: Aug 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Billspaintball
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.
|
Thanks alot works now
|