Aug 14, 2010

Web Basics with PHP

1. How to handle cookies in PHP
setcookie(), $_COOKIE,

2. How to redirect to a different location
header()

3. How to handle sessions in PHP
session_start(), $_SESSION, session_name(), session_save_path()

4. How to detect browser
get_browser()

5. How to read configuration variables
ini_get()

No comments:

Post a Comment