Formatting

From: "Anthony Estevez" <AnthonyEstevez(at)yahoo(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Formatting
Date: 2002-03-03 05:21:58
Message-ID: 001a01c1c273$58a4afa0$3601a8c0@chaos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

This command is used to display all our subscribers with a name begining with c, C. Everyone is being displayed but the names are totally unaligned.

set row [ns_db select $db "select fname, lname, subscriber_id from kbeg where fname~*'^c'"]
while {[ns_db getrow $db $row]} {
ns_puts "<a href='EditChar2.adp?characters=[ns_set value $row 2]'>[ns_set value $row 0] [ns_set value $row 1]</a> <br>"
}

Any suggestions?

Browse pgsql-novice by date

  From Date Subject
Next Message Masaru Sugawara 2002-03-03 06:00:01 Re: using LIMIT only on primary table
Previous Message Josh Berkus 2002-03-03 03:37:33 Re: Duplicates Question