作者Rukawa31 (hold on)
看板PHP
标题[请益] 按下表单的submit後整个画面只剩背景颜色?
时间Wed May 21 17:19:34 2008
我现在在作一个需帐密登入的网页
连到一个login.php
以下是我大略的写法
<form name="login" method="post">
.....
<input type="submit">
<?php include( 'login.php' ); ?>
.....
</form>
因为login.php需要判断一些错误 并印出讯息
我希望印在submit键的下面
但是登入网页有一些flash跟图档
按下去之後 除了错误讯息和表单里的东西还在
其它的就只剩背景画面 = =
我试过用 action 的方式 但是也是一样 只剩背景画面
请问有人跟我遇过一样的问题 @@?
--
I never looked at the consequences of missing a big shot. Why?
Because when you think about the consequences, you always think
of a negative result.
-- Michael Jordan
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.123.10.40
1F:推 arrack:有ERROR 而且 ERROR 关闭显示 05/21 17:41
2F:→ Rukawa31:感谢楼上 已解决:D 05/22 18:49