RE: [nyphp-talk] deleting cookies

2008-01-28 Thread Peter Sawczynec
Try setting the cookie cancellation time to something more extreme like: setcookie( 'loginID', '', time() - 31536000 ); ...this issue is vaguely familiar in that it may have something to do with the time(s) at server(s)/desktops(s) being out of synch and that one hour set back of cookie date is

[nyphp-talk] deleting cookies

2008-01-28 Thread Michael Southwell
I'm having trouble getting some cookies deleted. I'm storing login data in the session, and setting a two-week loginID cookie to bypass the need to login again upon later visits. The logout script uses the following code to destroy the session (which works) and to attempt to delete the session

Re: [nyphp-talk] about check box

2008-01-28 Thread Ken Robinson
Quoting chad qian <[EMAIL PROTECTED]>: Hi, Here is my current code: I want: When checkbox is checked,i want to insert the value"1" to mysql database. When checkbox is unchecked,i want to insert the value "0" to mysql database. Only checked checkbox values are returned to your php script, s

[nyphp-talk] about check box

2008-01-28 Thread chad qian
Hi, Here is my current code: I want: When checkbox is checked,i want to insert the value"1" to mysql database. When checkbox is unchecked,i want to insert the value "0" to mysql database. How to change current code to get what I want ? Thanks! chad

[nyphp-talk] Text versioning/manipulation caching architecture suggestions

2008-01-28 Thread max goldberg
Hello buds, It's been a while since I've been active on the list but I figured I'd give a holler and see if anyone had any suggestions for an application design problem I've run into. I have a large number of text fields across many tables in a fairly large database all of which can be manipulate

[nyphp-talk] RE: IE Error - The security certificate presented by this website

2008-01-28 Thread -- rada --
Most likely, your problem is that you think "something.com" is the same as "www.something.com" and in this case, it's not. Hope that helps! Cheers, Rada Lapsker Never miss a thing. Make Yahoo your ho

Re: [nyphp-talk] IE Error - The security certificate presented by thiswebsite was issued for a different website's address

2008-01-28 Thread nasir81
Hi, The reason for that error message is that you are trying to access the website using a different URL than the certificate. For example, if the certificate is setup for "mydomain.com" and you try to access the website using https://www.mydomain.com As far as SSL is concerned, they are two di

Re: [nyphp-talk] IE Error - The security certificate presented by this website was issued for a different website's address

2008-01-28 Thread David Krings
shaiju davis wrote: hi All, I'm having problem in IE7, when I try to take the https URL. I get this error " The security certificate presented by this website was issued for a different website's address". I'm using VeriSign SSL. If anyone has idea, please help me. Thanks in advance.

[nyphp-talk] IE Error - The security certificate presented by this website was issued for a different website's address

2008-01-28 Thread shaiju davis
hi All, I'm having problem in IE7, when I try to take the https URL. I get this error " The security certificate presented by this website was issued for a different website's address". I'm using VeriSign SSL. If anyone has idea, please help me. Thanks in advance. Warm Regards Shaiju Davis