Siema mam taki skrypt RDS i mam takie pytanie :D
Oto skrypt:
<html>
<head>
<meta http-equiv="Refresh" content="20"><!-- Czas zmiany tekstu Free php RDS (content="10" = 20 sekund) -->
<title>-->><> RDS-lite<<--</title>
</head>
<body>
<?php $teksts = array(); //kolejne teksty dodajemy wpisujac linijke: "$teksts[] = 'TWOJ TEKST';" $teksts[] = "Pole1"; $teksts[] = "Pole2"; $teksts[] = "Pole3"; $teksts[] = "Pole4"; $teksts[] = "Pole5"; $ktory = array_rand($teksts); echo '<iframe src=http://176.31.16.229:8000/admin.cgi?mode=updinfo&pass=pigment1&song='.$teksts[$ktory].'></iframe>'; ?>
</body>
</html>
Chciałbym przerobić go tak, żebym mógł sobie wpisywać teksty z poziomu przeglądarki ustawienia IP port i co ile minut maja się pojawiać tekst też :.
Pomoże ktoś ??