Thursday 22 November 2007 4:57:57 am
I created a web page can be accessed from ez through a hyperlink. I would like protecting this web users validated in ez. As it should do? One option would be
<? Include ( "conexion.inc"); Session_start ();
If ($ _SESSION [ 'valid'] == true) ( > As could adapt to ez?
|