Jump to content

PHP and browser Events


leeharvey09

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.