php内用smarty进行表单提交出问题

来源:百度知道 编辑:UC知道 时间:2024/07/04 12:59:46
----------test_090414_a.php----------
<?php
$username=null;
$password=null;
//require_once("../smarty_conf.php");

define("MAIN_DIR","F:/www/");
require_once(MAIN_DIR."libs/Smarty.class.php");
//require_once('../libs/smarty.class.php');
$smarty= new Smarty;
$smarty->template_dir=(MAIN_DIR."templates");
$smarty->compile_dir=(MAIN_DIR."templates_c");
$smarty->config_dir=(MAIN_DIR."configs");
$smarty->cache_dir=(MAIN_DIR."cache");

$smarty->assign("username", $username);
$smarty->assign("password", $passname);
$smarty->display("test_090414_a.tpl");
?>

-----------test_090414_a.tpl--------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "php的smarty到底怎么用? php的问题smarty php smarty考题 用apache+PHP+Mysql做注册表单 关于php表单处理 PHP表单问题 php表单存储 关于php表单问题 php 提交表单 问题 PHP表单提交