半点优化网 http://www.bdxc.net/
当前位置首页 > 网站技术问题> 正文

自助建站在线编辑器的问题,一点代码查看代码时,段落样式 字体,字号就...

两种可能:
1)自助建站系统本身的问题
2)你的IE设置的问题,检查一下是否设置了什么拦截的,或者换成IE6的试试看。

点击查看代码时,段落样式等就不能再起作用,在返回到可视化编辑时恢复正常,如果不是这样,可能你使用的建站系统的编辑器有点问题.

求代码网页制作的一个问题

这个需要动态网页 才能实现,单纯的HTML实现不了,用PHP吧


1.PHT  内容:


<html>
<body>
<form action= method=post>
 <input type=text name=var value=111111>>
    <input type=submit value=提交>
</form>
<?php
  $text = $_POST['var'];
  file_put_contents('a.txt', $text);
?>
</body>
</html>


2.php


1.PHT 内容:


<html>
<body>
<form action= method=post>
<input type=text name=var value=22222>>
<input type=submit value=提交>
</form>
<?php
$text = $_POST['var'];
file_put_contents('a.txt', $text);
?>
</body>
</html>

猜你喜欢

随机文章


    Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/bdxc.net/e/class/connect.php) is not within the allowed path(s): (/www/wwwroot/www.bdxc.net/:/tmp/) in /www/wwwroot/www.bdxc.net/1.php on line 4

    Warning: require(/www/wwwroot/bdxc.net/e/class/connect.php): failed to open stream: Operation not permitted in /www/wwwroot/www.bdxc.net/1.php on line 4

    Fatal error: require(): Failed opening required '/www/wwwroot/bdxc.net/e/class/connect.php' (include_path='.:/www/server/php/56/lib/php') in /www/wwwroot/www.bdxc.net/1.php on line 4