Translate this php code into C#, VB and J#
Posted: Fri Feb 17, 2012 7:02 pm
Hello
I need someone translate for me this php code into the following programming languages :
1 - C#
2 - Visual Basic
3 - J#
This is the code :
Thank You so mush
I need someone translate for me this php code into the following programming languages :
1 - C#
2 - Visual Basic
3 - J#
This is the code :
Code: Select all
$var1 = $_POST['userAge'];
$var2 = $_POST['userBirth'];
$url = 'h_t_t_p://externalwebsite.com/script.php?temp1=' . $var1 . '&temp2=' . $var2;
$content = file_get_contents($url);