Welcome Guest, Not a member yet? Register   Sign In
Perform HTTP Request and save HTML to string
#1

[eluser]Dsyfa[/eluser]
Hi,

How do I perform an HTTP request inside a controllers function to an HTML file and then save the HTML in a string for further processing. My HTML file contains a JavaScript code which generates the actual HTML. Here's the HTML file:
Code:
<html>
<head>
    <title>Hello</title>
</head>
<body>
    
</body>
</html>

Does CI have any built-in helpers to do this??

Thanks


Messages In This Thread
Perform HTTP Request and save HTML to string - by El Forum - 02-11-2008, 07:30 AM
Perform HTTP Request and save HTML to string - by El Forum - 02-11-2008, 09:47 AM
Perform HTTP Request and save HTML to string - by El Forum - 02-13-2008, 11:26 PM
Perform HTTP Request and save HTML to string - by El Forum - 02-14-2008, 07:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB