It just wont fire or do anything at the moment. Am I doing something wrong?
Code: Select all
<?php
if(!isset($_REQUEST['db_password']))
{
include 'localhost/includes/database/login.inc.form.html.php';
}
?>
Moderator: General Moderators
Code: Select all
<?php
if(!isset($_REQUEST['db_password']))
{
include 'localhost/includes/database/login.inc.form.html.php';
}
?>
Code: Select all
include 'login.inc.form.html.php';
Code: Select all
include $_SERVER['DOCUMENT_ROOT'].'/path/to/file/file.php';