| Author |
JSP equivalent of the PHP file_get_contents()
|
Renato Losio
Ranch Hand
Joined: Nov 23, 2005
Posts: 99
|
|
Hello, what's the simplest JSP equivalent of the PHP file_get_contents() function? I would like to translate the following $request = 'http://www.yoursite.com'; $response = file_get_contents($request); if($response == "1") { (...) Thanks, Renato
|
Renato Losio - www.arsenio.it - renatoweb@arsenio.it
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
|
|
|
Check out the JSTL <c:import> action.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JSP equivalent of the PHP file_get_contents()
|
|
|