Skip to content

Instantly share code, notes, and snippets.

@alexjosesilva
Created May 30, 2017 21:54
Show Gist options
  • Save alexjosesilva/974f5cd521c6c6b984d87ee136878d60 to your computer and use it in GitHub Desktop.
Save alexjosesilva/974f5cd521c6c6b984d87ee136878d60 to your computer and use it in GitHub Desktop.
lista de apps
<?php
echo "Lista de Apps WebService SOAP/PHP <br>";
echo "<a href="http://webservicesoap.azurewebsites.net/app1/">App1</a> <br>";
echo "<a href="http://webservicesoap.azurewebsites.net/app2/">App2</a> <br>";
echo "<a href="http://webservicesoap.azurewebsites.net/app3/">App3</a> <br>";
echo "<a href="http://webservicesoap.azurewebsites.net/app4/">App4</a> <br>";
echo "<a href="http://webservicesoap.azurewebsites.net/app5/">App5</a> <br>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment