Re: Can Someone Point Me in......

2002-09-10 Thread Wiggins d'Anconia
Make sure to print a "header" before printing your content. I didn't see one posted and didn't see any other threads about this. But before you begin printing your output (aka the HTML) you need to have something along the lines of: print "Content/type: text/html\n"; On a personal preference

Re: Can Someone Point Me in......

2002-09-10 Thread Robin Cragg
Hi Mark, given how small your data chunk is, you can do it any way you'd like. Here's a chunk that works .. (Query_Database() just returns an array where each element contains an array ref to all the elements of that column.) @History = Query_Database("SELECT Change_Date,Person,Event,Hi