Add Eboutic user guides and reference examples

This commit is contained in:
Skia
2017-05-01 19:56:19 +02:00
parent a12b772587
commit 778b7b22f2
48 changed files with 634 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
$montant=$_GET['montant'];
$ref_com=$_GET['ref'];
#$auto=$_GET['auto'];
$trans=$_GET['trans'];
print ("<center><b><h2>Votre transaction a <20>t<EFBFBD> annul<75>e</h2></center></b><br>");
print ("<br><b>MONTANT : </b>$montant\n");
print ("<br><b>REFERENCE : </b>$ref_com\n");
#print ("<br><b>AUTO : </b>$auto\n");
print ("<br><b>TRANS : </b>$trans\n");
?>