Tip of the day script

Salar

Active Member
خيلي خوب.

اينجا یه سری بزن» http://weblog.mohsentaleb.com
با لای صفحه نوشته Quote of the day

من دونبال یه چیزی تو همین مایه ها هستم! که هر روز یه Quote نشون بده!
 

Salar

Active Member
من الان اين رو پيدا كردم...ولي من براي صفحه html میخوام.
 

Salar

Active Member
کد:
<?
//////////////////////////////////////
//	In any php file, just add   //
//	this code: 		    //
//	include ('quote.php');	    //
//////////////////////////////////////

//////////////////////////////////////
//	    Quote List		    //
//////////////////////////////////////
$quote = array();
$quote[0] = "This is a quote!";
$quote[1] = "This is another quote";
$quote[2] = "This is yet another quote!";



//////////////////////////////////////////
//DO NOT MODIFY ANYTHING BELOW THIS LINE//
//////////////////////////////////////////
$count = count($quote) - 1;
$num = rand(0,$count);
echo $quote[$num];
?>
 

Hosein.NET

Member
خوب اسكريت را تو يه فايل با فرمت js ذخيره كن بعد
<SCRIPT language=JavaScript src="SCRIPT.js"
type=text/javascript>
</SCRIPT>
 

omidak

Active Member
سلام:
اون چیزی که به PHP نوشتی به Java میشه این:
کد:
<script language="javascript">
var quote = new Array(3);

quote[0] = "This is a quote!";
quote[1] = "This is another quote";
quote[2] = "This is yet another quote!";

i = quote.length -1;
num = Math.round(Math.random()*i);

document.write(quote[num]);
</script>
 

Salar

Active Member
omidak گفت:
سلام:
اون چیزی که به PHP نوشتی به Java میشه این:
کد:
<script language="javascript">
var quote = new Array(3);

quote[0] = "This is a quote!";
quote[1] = "This is another quote";
quote[2] = "This is yet another quote!";

i = quote.length -1;
num = Math.round(Math.random()*i);

document.write(quote[num]);
</script>
خيلي ممنون
 

جدیدترین ارسال ها

بالا