Discussion: MySQL group
Afficher un message
Vieux 18/09/2007, 13h06   #4
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: MySQL group

jbl wrote:
>> Here is some pseudocode.
>>
>> P0 = 2;
>> foreach loop {
>> read next row from returned mysql query resource
>> get P and time from this row
>> if (P != P0) {
>> P0 = P;
>> output time and P
>> }
>>
>> }

> I'm using this solution, but on the client side.
> If the connection is over the internet, this is
> a very long way to get results.
>


This is not a MySQL group. This is a PHP group. Notice the name?

If you're asking MySQL questions, you need to be in a MySQL group. If
you're asking for a PHP solution, just what are you asking for?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
 
Page generated in 0,05236 seconds with 9 queries