Mar 28, 2001 #1 Artur Programmer Mar 28, 2001 11 PT How do i send it manualy. if i do something like this: print <<< END "HTTP/1.0 200 OK" "Content-Type: text/html" END; what apears on the browser is this : "HTTP/1.0 200 OK" "Content-Type: text/html"
How do i send it manualy. if i do something like this: print <<< END "HTTP/1.0 200 OK" "Content-Type: text/html" END; what apears on the browser is this : "HTTP/1.0 200 OK" "Content-Type: text/html"
Apr 4, 2001 1 #3 ame12 Vendor Jan 23, 2001 24 US Try this: <?php header("Status 200 OK" header("Content-type: text/html" ?> <html>... before you output any HTML! =========================================== http://badblue.comSmall footprint P2P web server for Windows, File-sharing, PHP, wireless apps & more =========================================== Upvote 0 Downvote
Try this: <?php header("Status 200 OK" header("Content-type: text/html" ?> <html>... before you output any HTML! =========================================== http://badblue.comSmall footprint P2P web server for Windows, File-sharing, PHP, wireless apps & more ===========================================