Bir http isteği içerik eklemek nasıl?

0 Cevap php

Ben şu var:

$request="HTTP/1.0 200 OK
Date: Sat, 04 Sep 2010 00:37:36 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=UTF-8
Server: gws
X-XSS-Protection: 1; mode=block
X-Cache: MISS from proxy.rstel.net
X-Cache-Lookup: MISS from proxy.rstel.net:3128
Via: 1.0 proxy.rstel.net (squid/3.0.STABLE15)
Proxy-Connection: close

<html>
<body>
Blah Blah Blah
</body>
</html>"

$response=addhtml("Hello world!",$response);

Nasıl orada <html> Yukarıdaki özel html eklemek için? Ben boş satır boşluk dayalı bir çözüm istiyoruz!

Teşekkürler

0 Cevap