ich will in eine seite das schreiben
PHP
Insgesamt stehen euch heute noch < ?
$url = "http://www.smsgott.de/sms_kontingent.php?id=3117&action=rest&key=";
$kontingent = @file_get_contents($url);
echo $kontingent;
?> von < ?
$url = "http://www.smsgott.de/sms_kontingent.php?id=3117&action=total&key=";
$kontingent = @file_get_contents($url);
echo $kontingent;
?> SMS zur Verfügung.
Alles anzeigen
und dann soll es die 2 scripte ausführen