Simple query - Mailing list pgsql-php

From angelo.rigo@globo.com
Subject Simple query
Date
Msg-id 3DCBFE2200096F30@riosf06.globoi.com
Whole thread Raw
List pgsql-php
I am having this problem: i have a calendar wich i order by day
and the time i do display like this format: 10h30min.

this is my query:

$query = "SELECT city, state, location, day, month, time, event FROM agshow
where ((mes=11)) ORDER BY  dia  ASC";

So when i have two presentations on the same day the 15h30min presentation
wad listed after the 21h presentation

Wich query can i write to organize properly? and the time format is ok?
or i have to change it to be readed properly?

thank?s

Ângelo Rigo

________________________________________
A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br.



pgsql-php by date:

Previous
From: Frank Joerdens
Date:
Subject: Re: building PHP on OS X with pgsql support (works with 4.3.0RC2!)
Next
From: angelo.rigo@globo.com
Date:
Subject: deleting records with php and checkboxes