Home > Backend Development > PHP Tutorial > smarty 和 iframe 的有关问题

smarty 和 iframe 的有关问题

WBOY
Release: 2016-06-13 12:58:41
Original
847 people have browsed it

smarty 和 iframe 的问题
/* 1.html */
   
    


    
    


/* 2.php */
/* smarty的配置文件 */
  include("../chajian/smarty/smarty_config.php");
$a = "php学习"; 
  $smarty->assign('a',$a);
  $smarty->display('2.html');
?>

/* 2.html */






可是结果却不是我想要的结果(如图)

怎么改呢??大虾请指教。。
------解决方案--------------------
你的2.php都没运行。从你的截图来看,你只是访问了这个html文件,而且不是通过本地服务器访问的,你要配置好环境。
------解决方案--------------------
LZ,既然搞定了,你要结贴和给分人家。
------解决方案--------------------
呵呵    JF
------解决方案--------------------
问题解决了 没给结贴!!!
------解决方案--------------------
模板配置的有问题。
------解决方案--------------------
新手不结贴也很正常。。。。
------解决方案--------------------
通过localhost,web服务器运行,看图你是直接双击文件运行,怎么可能执行php程序。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template