当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: type tform1 = class(tform) button1: tbutton; memo1: tmemo; procedure formcreate(sender: tobject); procedure formmousedown(sender: tobject; button: tmousebutton; shift: tshiftstate; x, y: integer);......
    摘要: 请问我要在.vb文件中指定<title>...</title>中的内容怎么做? ......


还是<form>的问题……不显示结果……:(

<html><head>  
  <title>testing....</title></head>  
  <body>testing...........  
  <form>  
  <input   type   =   text   NAME   =   "username"><br><br>  
  <input   Type   =   submit   VALUE   =   submit   data>  
  </form>  
  <br>  
  <?php  
  echo($username);  
  ?>  
  </body>  
  </html>  
   
  echo($username);为什么显示不出结果啊????  
  在我的机器上就不行,

你点提交后不显示嘛?PHP正常解析不呀?  
  你在程序前面加一个<?php   echo   "1"   ?>看看能不能看到1,要不然程序根本没有解析,怎么看得到

NO.2   作者: applefhl

把echo   ($username)改为echo   $username试试

NO.3   作者: wasy

php版本問題  
  你這個版本沒有自動  
  track_vars   =on

NO.4   作者: ponyon

是不是把<form>改为<form   action=$PHP_SELF   method=post>,  
  你的代码在我这执行是可以的,所以我只能猜是这个原因了。


 ·======理论知识=====    »显示摘要«
    摘要: 1、采用面向对像的方法建立模型的思维过程是怎样的? 2、类和对像是怎样的关系,对象之间又是怎样的关系, 3、多态和接口是怎样的概念? ......
» 本期热门文章:
· 热门栏目:
» 相关精选文章
» 其它相关:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE