Dynamic Web Pages: deutschsprachiger PHP Knotenpunkt seit 1999

Dynamic Web Pages : tutorials _





 
 
 
 
 
 
 

PHP QuickRef

Via QuickRef gelangen Sie direkt zur gesuchten Funktion im Handbuch.

 
 

Printmedien

PHP-Magazin
Das PHP Magazin erscheint 2-monatlich zum Preis von 9,80 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Journal
Das PHP Journal erscheint 2-monatlich zum Preis von 14,95 €. Studenten und Abonnenten erfreuen sich über bis zu 25% Ermäßigung.

PHP Solutions Magazin
Das PHP Solutions Magazin erscheint alle 3 Monate zum Preis von 8,75 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Architect
Der php|architect erscheint monatlich als digitale PDF-Version zum Preis von $3,99 USD und als Print-Version zum Preis von $8,69 USD. Im Abo gibt es Rabatt (30% Print, 15% PDF).

 
Tutorials: Cookies
Tutorial in dieser Kategorie hinzufügen
PHP and Cookies; a good mix! (2009 Zugriffe)

Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies? It doesn't matter, because in this tutorial I will show you exactly what cookies are, and what they are used for.

Tutorial kommentieren  Defekten Link melden

 
Cookies in PHP (2266 Zugriffe)

A cookie is a small bit of inforation stored on a viewer's computer by his or her web browser by request from a web page. The information is constantly passed in HTTP headers between the browser and web server; the browser sends the current cookie as part of its request to the server and the server sends updates to the data back to the user as part of its response.

Tutorial kommentieren  Defekten Link melden

 
Cookies a quick glance (1942 Zugriffe)

Sometimes it becomes necessary to track certain user details like (No. Of Visits, names, last visit, etc). The client machine stores such information and sends it to the web server whenever there is a request. Cookies data are sent along with the HTTP headers.

Tutorial kommentieren  Defekten Link melden

 
Using Cookies with PHP (2249 Zugriffe, 1 Kommentare)

A cookie is a block of information generated by the web server and stored on the client machine. Cookie data gets sent along with the rest of the HTTP headers. Like other headers, cookies must be sent before any output from your script (this is a protocol restriction for headers). If output exists prior to calling this function, creation of the cookie will fail and return FALSE.

This tutorial assumes several things about the reader:

You are familiar with PHP

You have access to a server or servers running the PHP package

We will first cover the basics of cookies then move onto some practical implementations of cookies.

Tutorial kommentieren  Defekten Link melden

Jesus schreibt:
Rülps!°

 
PHP and Cookies (3598 Zugriffe)

Cookies can be very useful tiny files that can help tracks users, show targetted advertising, and much more. PHP prodives and simple, easy-to-use function that makes it easy for all this to be accomplished.

Tutorial kommentieren  Defekten Link melden

 
Maintaining State - Using Cookies (2882 Zugriffe, 1 Kommentare)

This article explains the usage of cookies in PHP.

Tutorial kommentieren  Defekten Link melden

CuSToMMadE schreibt:
Broken Link

 
Implementing Cross-Domain Cookies (4057 Zugriffe)

Das Tutorial zeigt, wie man Cookies auch über mehrere Domains hinweg implementieren kann.

Tutorial kommentieren  Defekten Link melden

 
1
zurück

Folge DynamicWebPages!

PHP News als RSS abonnieren ...
Auf Twitter folgen ...
Fan werden auf Facebook ...

 
 

PHP Newsletter

Bleiben Sie immer "Up-To-Date" mit unseren Newslettern!

PHP Newsletter
PHP Trainingsletter

 
 
 
 
 
 

PHP Releases

 
 

Sponsoren

 
 
 
   
powered by Hetzner


top Alle Rechte vorbehalten. © Dynamic Web Pages 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 top

  Seitenaufbau in 0.298 Sekunden