<?php
 
 
echo "This is a Gonx Urls link : <a href=\"".urls::create(array("go"=>"accueil","page"=>"1"),$GonxAdmin["urls"])."\"> Test </a> <br>
 
Change \$GonxAdmin[\"urls\"] (init.php) value to 1 and refresh the page<br><br>";
 
 
echo "Below is a sample usage, you can generate this code using urls::scan(\"modules/\"); method <br><br>";
 
 
 
?>
 
 |