-
Page Header script was created to generate HTTP responses and HTML page headers, It renders HTTP response header for several purposes like force downloading files, avoiding page caching or adding any arbitrary headers.This PHP Script can also generate HTML for the page head section for several purposes like including CSS or JavaScript files, defining the document type, add meta tags ...
-
The object will write the correct (X)HTML headers for any supported HTML set (HTML 4.01/5, XHTML 1.0/1.1/5/…) along with sending the appropriate HTTP 1.1 headers. If the User Agent does not support XHTML (all versions of IE), it will fallback to HTML 4. You may also choose to deny serving the content, if the requesting UA doesn’t support HTML. There ...
-
This class can be used to detect the type of the browser accessing a website. It analyzes the user agent request header and compares it to known patterns to detect the type of browser currently accessing the site. The class will show the browser's name, version, if it's a mobile browser and the user's language. Requirements: PHP 4.3 or higher
-
HTTP request cookie header values can be parsed and several types of operations can be performed.Key Features of HTTP Cookie:- Checking if the cookie has expired given its expiry date- Rebuild cookies request header from an array of cookies- Save or load the list of cookies from a fileRequirements: - PHP 4.0.4 or higher
-
Header can add headers to the current HTTP request response for several purposes, such as redirecting the request to another URL, setting the content type or content disposition for downloads. The script can also set the response status and automatically determine the textual description by looking up a list of known response codes. Header issues the response header output commands, ...
-
Head generator takes as parameters optional values for page meta-tags, CSS styles and Javascript code. The start of the HTML document that contains the specified head parameters is being generated. Requirements: PHP 3.0 or higher
-
Advanced detecting user language checks the HTTP request User-Agent and Accept-Language headers to determine the user preferred idiom. PHP scripts can be loaded with locale text definitions for the preferred language. These locale definitions are returned as an associative array. Requirements:PHP 4 or higher
-
DIV Based Table Generator composes the layout of a table by adding rows, header cells and regular cells, including the cell contents and styles. HTML and CSS definitions to render the table are generated after the table is fully composed. Requirements: PHP 3.0 or higher
-
CSS link code which is inserted into the header section can be generated.Requirements:PHP 5 or higher
-
The current request HTTP headers are parsed and a sorted list of idioms that best match the one supported by the application, is returned.Requirements: PHP 5.0 or higher
-
Here is a class for sending email; it has support for To:, Cc:, Bcc: and Reply-To: headers. It requires that you have sendmail installed.
-
MailHeaderClass is a php4-class for parsing emailheaders. MailHeaderClass gives you variables with several header values.
-
The response headers and body data of a specified URL page is retrieved.Key Features of Offline SEO Tools:- Extract from a page the title, description, keywords, meta tags, text from header paragraphs, links and anchors- Extract the page text and list the text keywords- Compare the content of two pagesRequirements: PHP 4.0 or higher
-
Generate meta tags can generate HTML tags for the html root tag, head section tags, title tags, meta tags for page character set, author, description, keywords, geographic location, title, and body tags.The generated tags are served as the current script output.Requirements:PHP 4.0 or higherLimitations:The code and the comments are in Portuguese
-
HTTPS Request send files & custom headers can send an HTTP POST request to upload a given file to a a given Web server. It can also send an HTTP POST request with custom headers.Credentials to access servers, which require HTTP basic authentication, can be set.Requirements:PHP 3.0 or higher


