|
Posted by Jerry Stuckle on 09/18/07 11:06
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
==================
Navigation:
[Reply to this message]
|