目前分類:PHP (50)

瀏覽方式: 標題列表 簡短摘要

參考文章:http://emn178.pixnet.net/blog/post/78947881-php%E6%95%99%E5%AD%B8----%E5%9E%8B%E5%88%A5-%28%E4%B8%8B%29


wbkuo 發表在 痞客邦 留言(0) 人氣()

************************
* MS SQL or Sybase 整合
************************
#yum -y install freetds
#yum -y install php-mssql

wbkuo 發表在 痞客邦 留言(0) 人氣()

我覺得還蠻適用於撰寫自己的 debug 工具的

function shutdown_callback()
{
    echo "shutdown_callback";
}
register_shutdown_function("shutdown_callback");

wbkuo 發表在 痞客邦 留言(0) 人氣()

http://twpug.net/modules/smartsection/item.php?itemid=1


wbkuo 發表在 痞客邦 留言(0) 人氣()

<?php
/// PARAMETER HANDLING ////////////////////////////////////////////////////

/**
 * Returns a particular value for the named variable, taken from

wbkuo 發表在 痞客邦 留言(0) 人氣()

 

 
&amp; &lt; 等會直接被瀘掉...

wbkuo 發表在 痞客邦 留言(0) 人氣()


 

 

wbkuo 發表在 痞客邦 留言(0) 人氣()

 <form autocomplete="off"> 

  1. <input type="text" name="test" autocomplete="off">
  2. object.setAttribute("autocomplete","off");



wbkuo 發表在 痞客邦 留言(0) 人氣()

    1 <?
2 $a = 9.9 + 9.8;
3 $b = 19.7;
4
5 echo "type: \$a => " . gettype($a) . "<br>";

wbkuo 發表在 痞客邦 留言(0) 人氣()

    1 <input type=text style='width:200px'><br>
2 <input type=file size=19 style='width:200px'><br>
3 <input type=text size=19>

效果請見圖片:


wbkuo 發表在 痞客邦 留言(0) 人氣()

«123