Inhaltsverzeichnis
- 1. Ausgabe tinyurl
- 2. Abfrage
Ausgabe tinyurl
"<?php echo($tinyUrl); ?>"
Abfrage
<?php $tinyUrl = file_get_contents ("http://tinyurl.com/api-create.php?url= " . $wgTitle->getFullURL() ); ?>
"<?php echo($tinyUrl); ?>"
<?php $tinyUrl = file_get_contents ("http://tinyurl.com/api-create.php?url= " . $wgTitle->getFullURL() ); ?>
Kommentare