Jump to content
php.lv forumi

Slidojošais bānneris


sacejs

Recommended Posts

Atradu šādu kodu uz slidojošo bāneri..:

<?php

$skaitlis = rand(1,100);

if ($skaitlis <=50) {
echo '<img src="a.gif" alt="apraksts1" />';
}
elseif ($skaitlis <= 75) {
echo '<img src="s.gif" alt="apraksts" />';
}
elseif ($skaitlis <= 100) {
echo '<img src="d.gif" alt="apraksts2" />';
}

?>

Bet kā lai ielikt šo kodu saitā?Un vajadzīgā vietā?Uz PHP

Link to comment
Share on other sites

Tas ir skripts, kurš randomā izvada vienu no trijiem banneriem.

Vnk noņem galvenajā lapā banneri, un tā vietā ieraksti šo kodu.

 

Vai tu domāji 'slidojošais banneris', kurš iet no vienas malas līdz otrai, tad no otrās malas līdz pirmajai malai, un tā bezgalīgi daudz reižu, vai arī tu domāji, ka banneris iet vislaik uz kreiso/labo pusi (HTML: marquee tags)?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...