Re: [PHP] Changing numbers

2003-07-21 Thread bob parker
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

Re: [PHP] My Sincere Request!![Scanned]

2003-05-29 Thread bob parker
e the topic? Cheers Bob Parker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] chill out

2003-04-03 Thread bob parker
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

Re: [PHP] Bi-weekly pay period

2003-02-04 Thread bob parker
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

Re: [PHP] Who is foo & what is bar?

2003-01-24 Thread bob parker
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

Re: [PHP] algorythm question

2002-09-21 Thread bob parker
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

Re: [PHP] Auto-increment value

2002-09-18 Thread bob parker
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

RE: [PHP] Auto-increment value

2002-09-18 Thread bob parker
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

RE: [PHP] Auto-increment value

2002-09-18 Thread bob parker
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