At 8:46 PM +0300 9/30/08, Thodoris wrote:
At 8:32 PM +0300 9/26/08, Thodoris wrote:
Yes it will but I will make this better along with other things as
long as I find the needed algorithm.
--
Thodoris
http://webbytedd.com/bbb/paging/
The code is there.
Cheers,
tedd
Thanks Tedd this do
At 8:32 PM +0300 9/26/08, Thodoris wrote:
Yes it will but I will make this better along with other things as
long as I find the needed algorithm.
--
Thodoris
http://webbytedd.com/bbb/paging/
The code is there.
Cheers,
tedd
Thanks Tedd this does the paging but it wasn't what I asked
At 8:32 PM +0300 9/26/08, Thodoris wrote:
Yes it will but I will make this better along with other things as
long as I find the needed algorithm.
--
Thodoris
http://webbytedd.com/bbb/paging/
The code is there.
Cheers,
tedd
--
---
http://sperling.com http://ancientstones.com http:/
O/H Robert Cummings ??:
On Fri, 2008-09-26 at 14:41 -0400, Robert Cummings wrote:
On Fri, 2008-09-26 at 21:23 +0300, Thodoris wrote:
On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
Might I suggest you count the fields and divide it by the cols you want to dis
On Fri, 2008-09-26 at 14:41 -0400, Robert Cummings wrote:
> On Fri, 2008-09-26 at 21:23 +0300, Thodoris wrote:
> > > On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
> > >
> > >> Might I suggest you count the fields and divide it by the cols you want
> > >> to display?
> > >> Exampl
On Fri, Sep 26, 2008 at 4:43 PM, Thodoris <[EMAIL PROTECTED]> wrote:
>
> On Fri, Sep 26, 2008 at 2:41 PM, Robert Cummings <[EMAIL PROTECTED]>
> wrote:
>
>
> On Fri, 2008-09-26 at 21:23 +0300, Thodoris wrote:
>
>
> On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
>
>
>
> Might I suggest y
On Fri, Sep 26, 2008 at 2:41 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
On Fri, 2008-09-26 at 21:23 +0300, Thodoris wrote:
On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
Might I suggest you count the fields and divide it by the cols you want to
display?
Exa
On Fri, Sep 26, 2008 at 2:41 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2008-09-26 at 21:23 +0300, Thodoris wrote:
>> > On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
>> >
>> >> Might I suggest you count the fields and divide it by the cols you want
>> >> to display?
>>
On Fri, 2008-09-26 at 21:23 +0300, Thodoris wrote:
> > On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
> >
> >> Might I suggest you count the fields and divide it by the cols you want to
> >> display?
> >> Example
> >> $forest = mysql_query("SELECT * FROM your_table");
> >> $gump =
On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
Might I suggest you count the fields and divide it by the cols you want to display?
Example
$forest = mysql_query("SELECT * FROM your_table");
$gump = mysql_num_fields($forest);
First of all the problem is with the rows not
On Fri, 2008-09-26 at 13:50 -0400, [EMAIL PROTECTED] wrote:
> Might I suggest you count the fields and divide it by the cols you want to
> display?
> Example
> $forest = mysql_query("SELECT * FROM your_table");
> $gump = mysql_num_fields($forest);
>
> Because I know my table contains 15 rows I c
Might I suggest you count the fields and divide it by the cols you want to
display?
Example
$forest = mysql_query("SELECT * FROM your_table");
$gump = mysql_num_fields($forest);
Because I know my table contains 15 rows I can do this.
$tulip = floor($gump /5);
I know how many fields to display be
Might I suggest you count the fields and divide it by the cols you want to
display?
Example:
$forest = mysql_query("SELECT * FROM your_table");
$gump = mysql_num_fields($forest);
Because I know my table contains 15 rows I can do this.
$tulip = floor($gump /5);
I know how many fields to display
Thodoris wrote:
Hello everybody,
I have a mysql result set that I want to print out in an html
table. But some times it gets so big that I will probably need to
separate it in to multiple ones. I wrote a function that separates
the result set into three ones like this:
...
But I really
Thodoris wrote:
Hello everybody,
I have a mysql result set that I want to print out in an html table.
But some times it gets so big that I will probably need to separate it
in to multiple ones. I wrote a function that separates the result set
into three ones like this:
...
But I really n
Hello everybody,
I have a mysql result set that I want to print out in an html table.
But some times it gets so big that I will probably need to separate it
in to multiple ones. I wrote a function that separates the result set
into three ones like this:
function showTable($columnNames,$dat
16 matches
Mail list logo