Home

Submit

Source

Feeds

Home » PHP » Miscellaneous ::

PHP Miscellaneous
This tutorial describes: HTTP Response Syntax, HTTP Response Header Lines, Controlling Header Lines, Viewing Header Lines, Header Lines of Static Files, Controlling Header Lines - Example Scripts, Forcing the Browser to Redirect, Generating Non-HTML Entity Body, Sending Files for Downloading.
Related Tutorials
PHP Miscellaneous
How to Write a PHP Script to Send a Trackback
PHP / Miscellaneous
Creating a php script to send a trackback HTTP request to a blog, read the response, and let the user know whether or not the trackback was successful.

Site: www.earn-web-cash.com Report - View Tutorial

PHP General Development
Controlling PHP Output: Caching and compressing dynamic pages
PHP / General Development
This article will explain how to use PHP output controlling functions to make your pages load faster.

Site: www.phpbuilder.com Report - View Tutorial

PHP Redirection
Redirecting a Page using PHP
PHP / Redirection
Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to send HTTP headers back to the browser. The headers can be sent back to the browser only if there's no content or error messages shown in the page.

Site: www.codebeach.com Report - View Tutorial

PHP Sessions and Cookies
Remembering Users (Cookies and Sessions)
PHP / Sessions and Cookies
Hypertext Transfer Protocol (HTTP) is a stateless protocol. To say it in a simple way: A client (web browser) connects to a web server, sends a request, and gets a response. Then, the connection is closed. The consequence is the next time the same client sends a request to the same web server, it is a new request, so the web server cannot identify the caller. This is, of course, a problem for applications in which state must be maintained, for instance e-commerce applications with a shopping-cart functionality.

Site: www.brainbell.com Report - View Tutorial

PHP Sessions and Cookies
Using Cookies
PHP / Sessions and Cookies
Cookie: A small amount of information sent by a Web server to a Web browser, saved by the browser, and sent back to the server later. Cookies are transmitted inside the HTTP header.

Site: www.herongyang.com Report - View Tutorial

PHP Getting Started
HTTP Request Variables
PHP / Getting Started
This tutorial describes: What are the predefined variables that store information from the HTTP request, A sample script to test request variables, How to promote request variables to stand alone variables.

Site: www.herongyang.com Report - View Tutorial

PHP Security
The Dangers of the Header Function
PHP / Security
How the header() function may leave your site open to all sorts of security issues.

Site: www.talkphp.com Report - View Tutorial

PHP Membership
Authentication and Security
PHP / Membership
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web. The topics covered in this tutorial include: * How HTTP authentication works and how it can be used with Apache and PHP * Writing PHP scripts to manage user authentication and authorization * Writing PHP scripts that authenticate users against a table in a database * The practical aspects of building session-based web database applications to authenticate users, including techniques that don't use HTTP authentication * A case study example that develops an authentication framework, demonstrating many of the techniques presented in this tutorial * The features of the encryption services provided by the Secure Sockets Layer.

Site: www.brainbell.com Report - View Tutorial

PHP Navigation
Language specific response
PHP / Navigation
Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information directed to the user (as for example the most suitable ad).

Site: www.phptutorial.info Report - View Tutorial

PHP Navigation
HTACCESS Wrappers with PHP
PHP / Navigation
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all your images, and more.

Site: www.codebeach.com Report - View Tutorial

PHP Sessions and Cookies
PHP Cookies Article
PHP / Sessions and Cookies
PHP transparently supports HTTP cookies. Cookies are a mechanism for storing data in the remote browser and thus tracking or identifying return users.

Site: www.onlinephpscripts.com Report - View Tutorial

PHP Miscellaneous
Managing Non ASCII Character Strings
PHP / Miscellaneous
This tutorial explains: "mbstring" Extension, "mbstring" Functions, "mbstring" Basic Tests, HTTP Input and Output Encoding.

Site: www.herongyang.com Report - View Tutorial

PHP Emailing
PHP: Sending Email (Text/HTML/Attachments)
PHP / Emailing
So, you want to send automated email messages from your PHP application. This can be in direct response to a user's action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. Sometimes email contains file attachments, both plain text and HTML portions, and so on. To understand how to send each variation that may exist on an email, we will start with the simple example and move to the more complicated.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Security
.htaccess Password Protection w/Encryption
PHP / Security
This tutorial will help you learn how to password protect your file quickly and easily in a few lines of code.

Site: www.spoono.com Report - View Tutorial

PHP Getting Started
Forced Download
PHP / Getting Started
Ever wanted to be able to allow users to download files that would normally open in the browser, such as images or html pages? If so, this tutorial is for you. The script we will be creating and using is only 8 lines long, and fairly straightforward.

Site: www.dannyisonfire.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement