Re: [PHP] Display Formatted Query Results

2001-04-15 Thread Manuel Lemos
Hello Jeff, On 14-Apr-01 21:50:21, you wrote: >Hi All, >My apologies if this is too wordy. >This is driving me nuts. I have very little experience or knowledge of PHP >and MySQL but have been put in a position that requires me to build several >applications that require me to figure them out.

RE: [PHP] Display Formatted Query Results

2001-04-14 Thread Jeff Holzfaster
Teemu, thanks for the input. I tried this with somewhat modified code (added all the fields) and perhaps you saw what I did on my last post to the list. I have actually been able to get the same results as this. I'm a little confused about how to get the info in the 'for' section to format to l

RE: [PHP] Display Formatted Query Results

2001-04-14 Thread Jeff Holzfaster
Thanks for the help, Brian. That'll give me something to go on. I definitely will need some assistance with this array stuff. I was actually able to do this (below) which got everything to a page - unformatted in any way - but when I tried moving it around (the arrays??) such as $my_row .= "$ro

Re: [PHP] Display Formatted Query Results

2001-04-14 Thread Brian Clark
Hi Jeff, @ 8:52:10 PM on 4/14/2001, Jeff Holzfaster wrote: ... > My apologies if this is too wordy. A little confusing, but here we go. If this makes no sense what so ever, maybe someone else can provide a better way of doing what you're describing here. ... > I have a form page that looks lik