broney (owner)

Revisions

gist: 731 Download_button fork
public
Description:
Just a test to see how the gist functionality works
Public Clone URL: git://gist.github.com/731.git
Embed All Files: show embed
test.php #
1
2
3
4
5
6
7
<?php
 
require "google.php";
 
$text = Translator::Translate("Voulez-vous", "fr", "en");
 
?>