我有一个index.php文件:
<?php
// Load resources shared across the website
include '../path/to/other_file.php';
?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
我已经为我的网站创建了一个登录帐户,我需要能够将用户定向到不同的页面。我已经从Dreamweaver生成了php登录,所以可能有额外的代码。我尝试添加一个切换会话,但这导致页面无法加载...请帮帮上师。
登录页面为client.php,重定向页面为client_info.php
下面是client.php代码(格式更好):
<?php require_once('Connections/fhvps_db.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function G