heminfotech Posted November 7, 2006 Share Posted November 7, 2006 Hi allI am new to PHP I have seen in some script use of header funtions which is foolowed by page name and urlencode message what is the use of it I cant understand cananyone help me plsThanks & regardshemal Link to comment https://forums.phpfreaks.com/topic/26420-regarding-header-uaseg/ Share on other sites More sharing options...
heckenschutze Posted November 7, 2006 Share Posted November 7, 2006 The PHP 'header' function concerns the HTTP protocol. It sends additional headers to the webbrowser...[url=http://php.net/header]header(...)[/url] in the php manual.For a deeper overview of HTTP 1.1 headers visit: [url=http://www.cs.tut.fi/~jkorpela/http.html]http://www.cs.tut.fi/~jkorpela/http.html[/url]. Link to comment https://forums.phpfreaks.com/topic/26420-regarding-header-uaseg/#findComment-120818 Share on other sites More sharing options...
heminfotech Posted November 7, 2006 Author Share Posted November 7, 2006 Thanks Buddy it had cleared my all doubts Thanks U very much Link to comment https://forums.phpfreaks.com/topic/26420-regarding-header-uaseg/#findComment-120838 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.