#########隨機廣告顯示##########
function myads()
} ####決定隨機顯示序號$display_rand#####
srand((double)microtime()*1000000);
$display_rand = rand(1,$display_count);
###決定廣告序號$ads_num######
$pricount=0;
$ads_num=1;
for($i=1; $i<=$ads_count; $i++)
}#####**廣告**#########
$num=0;
$flag=0;
for($i=0;$i
if((!strcmp(substr($ads_lines[$i],0,7),"display")))
if(($num==$ads_num)and($flag==0))
if(($flag==1)and strcmp($ads_lines[$i][0],"#"))
if(($flag==1)and(!(strcmp($ads_lines[$i][0],"#"))))
} ####紀錄廣告顯示次數#########
$fp=fopen($log,"a");
fputs($fp,date( "y-m-d h:i:s " ).getenv("remote_addr")."==>".$ads_num." ");
fclose($fp);
} >
廣告**檔案ads.txt
########每個廣告**之間用'#'隔開,display為顯示加權數,越大顯示次數越多################
################################
display=10
################################
display=10
呼叫即可
PHP隨機顯示 rand display text
php文字隨機顯示 rand display text yanyu.txt 內容範例 a bad beginning makes a bad ending.惡其始者必惡其終。a bad bush is better than the open field.有勝於無。a bad compromise ...
PHP函式生成隨機數
通常情況下,當我們要生成乙個隨機字串時,總是先建立乙個字元池,然後用乙個迴圈和mt rand 或rand 生成php隨機數,從字元池中隨機選取字元,最後拼湊出需要的長度,如下 function randomkeys length fckpd 0pound 字元池 key for i 0 i leng...
PHP函式生成隨機數
通常情況下,當我們要生成乙個隨機字串時,總是先建立乙個字元池,然後用乙個迴圈和mt rand 或rand 生成php隨機數,從字元池中隨機選取字元,最後拼湊出需要的長度,如下 function randomkeys length fckpd 0pound 字元池 key for i 0 i leng...