[PHP] sorting problem...

2003-03-12 Thread guslist
Hi All, I need to sort some data from a MySQL table. I have data saved like this: ++-++--+ | id | unixtime| porta_snmp | porta_switch | ++-++--+ | 1 | 2003-01-07 12:23:24 | 1614 | 1

[PHP] Connection Report

2003-03-10 Thread guslist
Hello All, I have some data in a MySQL table and I need to format it better. I have some thousands of data from my users connections like this: ++-+-++--+---++ | id | unixtime| ip

Re: [PHP] Print a char from a variable number

2002-06-25 Thread guslist
Yea !! It worked... I was looking for some thing like that !! Thank you very much ! Gus - Original Message - From: "John Holmes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 1:03 PM Subject: RE: [PHP] Print a char from a variable number

[PHP] Print a char from a variable number

2002-06-25 Thread guslist
Hello List, I want to do something that I think it is very simple but I can´t get working ! I´ve tryed fprint and works well but not with a random number. printf("%'-6s", ""); Here I print the '-' char 6 times. In some where of my code a get a result from a math calculation and I want to print t