• 9th, Jun 2010

PHP Client Sessions

//These lines on the header
session_start();
set_magic_quotes_runtime(0);

//Use
$_SESSION["Var1"]

Tags: , , , ,

Leave a Reply

*

© 2010 unexpected[it]. All Rights Reserved.