Thank you Stuart. That did the trick.
On Mon, Jul 18, 2011 at 10:38 PM, Stuart Dallas wrote:
> On Tue, Jul 19, 2011 at 4:28 AM, Chris Stinemetz
> wrote:
>>
>> Hello,
>>
>> I am building some select menu's dynamically from a mysql database and
>> am courous how to give the menu a default option "
On Tue, Jul 19, 2011 at 4:28 AM, Chris Stinemetz
wrote:
> Hello,
>
> I am building some select menu's dynamically from a mysql database and
> am courous how to give the menu a default option "Choose".
>
> Below is what I have so far for one of my menu's.
>
> Thank you in advace.
>
>
Hello,
I am building some select menu's dynamically from a mysql database and
am courous how to give the menu a default option "Choose".
Below is what I have so far for one of my menu's.
Thank you in advace.
$value)
{
On Mon, Jul 18, 2011 at 11:22:00PM +0100, Tim Streater wrote:
> On 18 Jul 2011 at 23:00, Martín Marqués wrote:
>
> > I'm building a table (which is a report that has to be printed) with a
> > bunch of items (up to 300 in some cases) that have unitary price
> > (stored in a numeric(9,2) field),
2011/7/18 Richard Quadling
> 2011/7/18 Martín Marqués :
> >
> > Any ideas?
>
> For financial values, I use the money type.
>
> I use MS SQL, but PostgreSQL has
> http://www.postgresql.org/docs/9.0/interactive/datatype-money.html
>
The version of PostgreSQL plays a role, too, as at one point the
2011/7/18 Martín Marqués :
> I'm building a table (which is a report that has to be printed) with a
> bunch of items (up to 300 in some cases) that have unitary price
> (stored in a numeric(9,2) field), how many there are, and the total
> price for each item. At the end of the table there is a tota
> -Original Message-
> From: Martín Marqués [mailto:martin.marq...@gmail.com]
> Sent: Monday, July 18, 2011 6:01 PM
> To: PHP General
> Subject: [PHP] How to sum monetary variables
>
> I'm building a table (which is a report that has to be printed) with a
> bunch of items (up to 300 in som
2011/7/18 Martín Marqués
> I'm building a table (which is a report that has to be printed) with a
> bunch of items (up to 300 in some cases) that have unitary price
> (stored in a numeric(9,2) field), how many there are, and the total
> price for each item. At the end of the table there is a tota
On 18 Jul 2011 at 23:00, Martín Marqués wrote:
> I'm building a table (which is a report that has to be printed) with a
> bunch of items (up to 300 in some cases) that have unitary price
> (stored in a numeric(9,2) field), how many there are, and the total
> price for each item. At the end of th
> Date: Mon, 18 Jul 2011 19:00:52 -0300
> From: martin.marq...@gmail.com
> To: php-general@lists.php.net
> Subject: [PHP] How to sum monetary variables
>
> I'm building a table (which is a report that has to be printed) with a
> bunch of items (up to 300 in some cases) that have unitary price
> (
I'm building a table (which is a report that has to be printed) with a
bunch of items (up to 300 in some cases) that have unitary price
(stored in a numeric(9,2) field), how many there are, and the total
price for each item. At the end of the table there is a total of all
the items.
The app is run
11 matches
Mail list logo