Search found 3 matches

by SoToasty
Tue Apr 22, 2003 3:12 pm
Forum: PHP - Code
Topic: logging a user out when the browser is closed
Replies: 5
Views: 1148

I was thinking about this as I was pondering my own problem. Although this might not be solution for everyone, how about this. Create a frame at the top of the window make it one pixel tall. The HTML for the frame would be just a refresh tag set at about 30 seconds. Set the refresh tag to go to a PH...
by SoToasty
Mon Apr 21, 2003 10:24 pm
Forum: PHP - Code
Topic: different browser different results php4
Replies: 3
Views: 671

I have IE set to check for new version on every visit to a page. If you don't it really mess you up when trying to program :) . But I tried to clear the cache anyway with no luck. Thanks for the suggestion though.

Roger
by SoToasty
Mon Apr 21, 2003 4:06 pm
Forum: PHP - Code
Topic: different browser different results php4
Replies: 3
Views: 671

different browser different results php4

I know this sounds strange, but I have a big problem. I have a form on a site that uses php to send an email and log the information to a MySQL database. If I am using Mozilla to submit the information everything is fine. If I use IE nothing gets emailed, or stored in the database. I am completely a...