[PHP] Check if var content was exceeded (float).

2008-07-09 Thread k bah
-- Powered by Outblaze -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Floats and avoid exponential notation - How?

2008-07-17 Thread k bah
Hi, From http://www.php.net/manual/en/language.types.float.php (second comment in that page, from kjohnson at zootweb dot com): PHP switches from the standard decimal notation to exponential notation for certain special floats. You can see a partial list of such special values with this:

[PHP] Floats and avoid exponential notation - How?

2008-08-14 Thread k bah
Hi, I'm working with floats because I have a big number to identify users, and the only operation I make with this number is to add something less than 100 with 100 (one and ten zeros). Besides that I just need to use the number to search (= comparison). I never need the

[PHP] Secure way to handle pw on session.

2008-09-02 Thread k bah
Hi, I noticed session files are kept on /tmp for a while, and even if they were immediately deleted, well, someone could use one of my php scripts to inject code and read them, since they belong to the httpd user. What's the best way to receive passwords thru a form and store them in the

Re: [PHP] Secure way to handle pw on session.

2008-09-03 Thread k bah
- Original Message - From: Dan Joseph [EMAIL PROTECTED] To: php-general@lists.php.net Subject: Re: [PHP] Secure way to handle pw on session. Date: Tue, 2 Sep 2008 15:35:26 -0400 On Tue, Sep 2, 2008 at 3:27 PM, k bah [EMAIL PROTECTED] wrote: Hi, I noticed session