Mar 28, 2001 #1 Artur Programmer Joined Mar 28, 2001 Messages 11 Location 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"
Mar 28, 2001 #2 Nuwanda MIS Joined Apr 18, 2001 Messages 3 Location US I would like to that to! Upvote 0 Downvote
Apr 4, 2001 1 #3 ame12 Vendor Joined Jan 23, 2001 Messages 24 Location 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 ===========================================