[phpwebapp-commits] CVS: web_app/session/sample test.Session.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-15 14:46:14
|
Update of /cvsroot/phpwebapp/web_app/session/sample In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16073/session/sample Modified Files: test.Session.php Log Message: Index: test.Session.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/sample/test.Session.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test.Session.php 14 Jul 2004 14:45:35 -0000 1.4 --- test.Session.php 15 Jul 2004 14:46:04 -0000 1.5 *************** *** 19,32 **** <!-- this hidden input does not allow the page to be cached --> ! <input type="hidden" name="timestamp" value="<?echo time()?>"> <h1> Page: test.Session.php </h1> <h3> Timestamp: <?echo date("d/m/Y H:i:s")?> </h3> ! <form name="addVarForm"> Add a new variable to the session:<br /> ! var_name : <input type="text" name="var_name" value=""><br /> ! var_value: <input type="text" name="var_value" value=""><br /> <a href="JavaScript:on_Add()"> --- 19,32 ---- <!-- this hidden input does not allow the page to be cached --> ! <input type="hidden" name="timestamp" id="timestamp" value="<?echo time()?>"> <h1> Page: test.Session.php </h1> <h3> Timestamp: <?echo date("d/m/Y H:i:s")?> </h3> ! <form name="addVarForm" id="addVarForm"> Add a new variable to the session:<br /> ! var_name : <input type="text" name="var_name" id="var_name" value=""><br /> ! var_value: <input type="text" name="var_value" id="var_value" value=""><br /> <a href="JavaScript:on_Add()"> |