How to add content to an http request?

Fahun Hamaf

New Member
I have the following:\[code\]$request="HTTP/1.0 200 OKDate: Sat, 04 Sep 2010 00:37:36 GMTExpires: -1Cache-Control: private, max-age=0Content-Type: text/html; charset=UTF-8Server: gwsX-XSS-Protection: 1; mode=blockX-Cache: MISS from proxy.rstel.netX-Cache-Lookup: MISS from proxy.rstel.net:3128Via: 1.0 proxy.rstel.net (squid/3.0.STABLE15)Proxy-Connection: close<html><body>Blah Blah Blah</body></html>"$response=addhtml("Hello world!",$response);\[/code\]How to add a custom html above the \[code\]<html>\[/code\] right there? I want a solution based on the blank line gap!Thanks
 
Back
Top