On Tue, 22 Jul 2003 04:03, zavaboy wrote:
> *Sigh*, lets say I have:
>
> 2.65
> 3.3
> 5.2670
> 12.030
>
> I would like it at least 2 decimal places.. So, 5.2670 would be 5.267 not
> 5.27:
>
5.267 is 3 decimal places - count them
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
e the topic?
Cheers
Bob Parker
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 3 Apr 2003 16:39, daniel wrote:
> lol , hey boyz and galz lets be professional now, we cant show the windoze
> ppl we are such a loose bunch now can we ? heh :D
>
Actually a lot of these folk are using wonders sadly.
Bob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
On Tue, 4 Feb 2003 11:17, Sarah Heffron wrote:
> I'm writing a quick little thing to act as a time clock since people are
> writing out by hand and it's not so accurate. It's basically click a button
> to clock in and click a button to clock out.
>
> What I also want to do is create a report (well
On Fri, 24 Jan 2003 16:39, Rick Emery wrote:
> It comes from the acronym, FUBAR. This is military slang that has been
> around since WWII. FUBAR stands for:
> "F**ked Up Beyond All Repair"
>
Ah! Now I understand why those are the only 2 class names used in tutorials
and books on C++
Bob
--
PH
On Sun, 22 Sep 2002 01:10, you wrote:
> consider there are categories and these have IDs like
> below:
> 1, 2, 4, 8, 16, 32, 64...
>
> if some data belongs to more than 1 category for
> exemple 4 and 32, its category ID will be 36, the sum
> of cat. IDs.
> i guess this is used widely in programmin
From: Marek Kilimajer <[EMAIL PROTECTED]>
To: PHP <[EMAIL PROTECTED]>
Subject: Re: [PHP] Auto-increment value
You encounter a race condition
bob parker wrote:
>SELECT idno ORDER BY idno DESC LIMIT 1;
>assuming idno
Delivered-To: mailing list [EMAIL PROTECTED]
From: Jon Haworth <[EMAIL PROTECTED]>
To: 'bob parker' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Date: Wed, 18 Sep 2002 13:27:56 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2
SELECT idno ORDER BY idno DESC LIMIT 1;
assuming idno is what gets auto incremented
bob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
9 matches
Mail list logo