[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4612: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4614: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4615: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4616: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
富 貴 山 莊 討 論 區 | 網 賺 • 檢視主題 - 問 一 php 的 問 題

問 一 php 的 問 題

問 一 php 的 問 題

文章陶 朱 公 » 2008-01-02 14:38

有 沒 有 一 個 syntax is:

If (condition) [true's return] [false return]

有 沒 有 這 樣 的 東 西 。 。 一 行 的 。 。

不 用 else 的

謝 謝 ﹗
本 站 host - []
頭像
陶 朱 公
莊 主
 
文章: 3095
註冊時間: 2003-08-30 18:14

Re: 問 一 php 的 問 題

文章adamlike » 2008-01-03 12:15

$x =($myvalue == 10) ? "the value is 10": "the value is not 10";

echo ($a == 1) ? '1' : '2';
adamlike
 
文章: 11
註冊時間: 2003-09-01 3:40

Re: 問 一 php 的 問 題

文章陶 朱 公 » 2008-01-03 22:54

謝 謝 你

這 句 code 好 省 功 夫 啊 !
:welldone:
頭像
陶 朱 公
莊 主
 
文章: 3095
註冊時間: 2003-08-30 18:14

Re: 問 一 php 的 問 題

文章adamlike » 2008-01-04 11:30

EasyHits4U
看1000網頁賺0.3美元
3美元領款
No.
寫太多這一些.其他人未必看得明白.同埋再睇返會浪費時間.
其實寫 code 最好多d comment and tab space.

if ( $a == 1 ) {
echo '1';
} else {
echo '2';
}

這樣一般的人很容易理解. 當然一個人寫的話就沒所謂
adamlike
 
文章: 11
註冊時間: 2003-09-01 3:40

Re: 問 一 php 的 問 題

文章陶 朱 公 » 2008-01-04 12:05

了 解

請 問 像 我 的 遊 戲 的 檔 案 。 。
file size 重 要 嗎 ?

因 為 害 怕 常 常 load file .... file 大 會 不 太 好 。 。 。
頭像
陶 朱 公
莊 主
 
文章: 3095
註冊時間: 2003-08-30 18:14

Re: 問 一 php 的 問 題

文章Wai » 2008-01-18 17:55

make money with your web site
100美元一個有效下線,
也真是收到錢!

只是幾個char,影響不多少吧~~~如果擔心速度,我想主機有沒有eAccelerator / zend 之類的加速工具比較重要
Wai
 
文章: 45
註冊時間: 2003-08-30 19:42

Re: 問 一 php 的 問 題

文章陶 朱 公 » 2008-01-19 11:59

了 解 。
頭像
陶 朱 公
莊 主
 
文章: 3095
註冊時間: 2003-08-30 18:14


回到 網 頁 討 論 & phpBB3 使 用 心 得 & 電 腦 軟 硬

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron