PHP Archiv

Das PHP Script Verzeichnis

Tag Archives: Zufallstext

Diese Funktion zeigt täglich wechselnden Zufallstext an. function RandomQuoteByInterval($TimeBase, $QuotesArray){ // Make sure it is a integer $TimeBase = intval($TimeBase); // How many items are in the array? $ItemCount = count($QuotesArray); // By using the modulus operator we get a pseudo // random index position that is between zero and the // maximal value (ItemCount) […]

Mit der PHP Funktion kann man tägliche, wöchentliche usw. Zufalls Quotes einblenden. function RandomQuoteByInterval($TimeBase, $QuotesArray){ // Make sure it is a integer $TimeBase = intval($TimeBase); // How many items are in the array? $ItemCount = count($QuotesArray); // By using the modulus operator we get a pseudo // random index position that is between zero and […]

Mit Random Quotes können Sie Zufallstext an beliebigen Stellen Ihrer Homepage einbauen. So bleibt Ihre Homepage wegen des wechselnden Inhaltes immer interessant. Das Script benötigt keine MySQL Datenbank. Englisch – Kommerziell Hier geht es zum Angebot