Board logo

標題: 變數宣告 [打印本頁]

作者: tonyh    時間: 2012-9-27 21:31     標題: 變數宣告

  1. <html>
  2.   <head>
  3.     <title>我的第一個PHP網頁</title>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.   </head>
  6.   <body>
  7.   <?
  8.   $x="我";
  9.   $X="愛";
  10.   $x1="PHP";
  11.   $x_1=123;
  12.   echo $x.$X.$x1.$x_1;
  13.   ?>
  14.   </body>
  15. </html>
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2