leeharvey09 Posted November 24, 2009 Share Posted November 24, 2009 to start with some thing simple... i want to be able to record the time and date in a txt file using php ... the moment the browser is closed...so the next time the page is opened its will tell you the last time you visited... i could do this using javascript <script language="javascript" src="phpjavascriptDemo.js"></script> <body onunload="writeDatetoFile()" > ...but does not allow you to write values to text files... any help would be great.. cheers Link to comment https://forums.phpfreaks.com/topic/182748-php-and-browser-events/ Share on other sites More sharing options...
priti Posted November 24, 2009 Share Posted November 24, 2009 How about using cookies for this? Link to comment https://forums.phpfreaks.com/topic/182748-php-and-browser-events/#findComment-964545 Share on other sites More sharing options...
leeharvey09 Posted November 24, 2009 Author Share Posted November 24, 2009 javascript cookies or PHP cookies Link to comment https://forums.phpfreaks.com/topic/182748-php-and-browser-events/#findComment-964550 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.