Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage
Php > Miscellaneous sample source codes
Change page objects color using session
Change page objects color using session @session_start(); $_SESSION['color']=$_POST['col']; $_SESSION['sel']=$_POST['inp']; $_SESSION['inp']=$_POST['inp']; echo 'Table background color: ',$_POST['col']; ?>
Document</title>