ドットインストール代表のライフハックブログ
So here's the case: rotate ads on a website, even when the page is not reloaded. If the chances are that the visitor will spend more time on a page, it makes sense to opt-in for displaying more than one ad at one page load. I've done this in the past using iframes, but hey, it's 21st century (the last time I checked) and we have AJAX! 😉 I also wanted to have the flexibility to display any ad type
投稿日:<2006年8月29日> レベル:初心者 ソフトウェア:PHP Editors 今回説明するコードを用いるとあなたのサイトに回転するバナーを作ることができます。基本となるコードは以下のとおりです。 $file = 'data.txt'; $images[0] = 'banner1.gif'; $images[1] = 'banner2.gif'; $images[2] = 'banner3.gif'; $images[3] = 'banner4.gif'; $fp = fopen($file, 'r'); $data = fread($fp, filesize($file)); fclose($fp); if($data >= count($images)) $data = 0; echo $images[$data]; $data++; $fp = fopen($fil
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く