Re: what is wrong with my script
- From: jcolson@xxxxxxxxxxxx (Joshua Colson)
- Date: Thu, 31 Aug 2006 11:27:00 -0700
On Thu, 2006-08-31 at 11:09 -0700, chen li wrote:
Hi guys,
I have a CGI script to process some data from the
visitors. The input data takes this format(row x
column):
1 2 4 5 6 7
100 90 50 30 20 0
After processing I want to print out the result in the
same format(row x column). But when I ran my script I
only get a row only:
1 2 4 5 6 7 100 90 50 30 20 0
It looks like all lines are changed into a string
only. Can anyone there give me a hand?
Browsers ignore most white space when rendering HTML. Since you're
trying to present tabular data, you should put in inside a table. That
should fix your formatting problems.
HTH
--
Joshua Colson <jcolson@xxxxxxxxxxxx>
.
- References:
- what is wrong with my script
- From: Chen Li
- what is wrong with my script
- Prev by Date: what is wrong with my script
- Next by Date: Re: what is wrong with my script
- Previous by thread: what is wrong with my script
- Next by thread: Re: what is wrong with my script
- Index(es):
Relevant Pages
|
|