|
-
February 18th, 2012, 01:28 PM
#1
Conversion from php code
Hi
Can someone convert me this php code to Java Server Pages ?
<?php
$var1 = $_POST['userAge'];
$var2 = $_POST['userBirth'];
$url = 'h_t_t_p://externalwebsite.com/script.php?temp1=' . $var1 . '&temp2=' . $var2;
$content = file_get_contents($url);
?>
Regards
-
February 18th, 2012, 06:12 PM
#2
Re: Conversion from php code
How much are you willing to pay?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|