Anyway onunload event would be great for this, but as stated on the some posts I've read there are certain issues with this on other browser's , is that true JNettles or anyone
Search found 4 matches
- Wed Jan 27, 2010 4:32 pm
- Forum: PHP - Code
- Topic: Close the browser without signout
- Replies: 9
- Views: 2087
Re: Close the browser without signout
haven't thought of that
Anyway onunload event would be great for this, but as stated on the some posts I've read there are certain issues with this on other browser's , is that true JNettles or anyone
, I haven't tried that yet.. will try it some time..
Anyway onunload event would be great for this, but as stated on the some posts I've read there are certain issues with this on other browser's , is that true JNettles or anyone
- Wed Jan 27, 2010 11:37 am
- Forum: PHP - Code
- Topic: PHP mini Projects
- Replies: 2
- Views: 138
Re: PHP mini Projects
Why dont you try login systems first.. start with the basic insertion to database(registration) and data checking(login), here you can apply and practice your database handling skills, then after mastering this, you can add validations. Then after this improve your system and you can create a class ...
- Wed Jan 27, 2010 9:34 am
- Forum: PHP - Code
- Topic: Close the browser without signout
- Replies: 9
- Views: 2087
Re: Close the browser without signout
you can use AJAX to measure the logged in time instead, just loop your AJAX function for let's say every 1 sec. and store the time to your database, Ex: You have this column [ logout time ] You have this php file <? store time() to [ logout time ] ?> What will happen here is when your page is up and...
- Tue Sep 15, 2009 10:35 am
- Forum: PHP - Code
- Topic: HELP with file servers/web servers
- Replies: 0
- Views: 44
HELP with file servers/web servers
I made an auto mail system using phpmailer and it's working fine with our previous server but the my problem is that, when I migrated the system to the actual live site, some images don't appear? is there certain issues with my server? because I included the images folder to http and the system that...