html template loops not showing data

2009-07-10 Thread Scott
Hello, I almost have this but cannot figure out why its not showing the data, right now it knows how many entries im putting in because it spits out that number of rows. I am getting my data from dbd::mysql, it works because i have tested in in a normal test.pl and it prints out the data but

Re: html template loops not showing data

2009-07-10 Thread Shawn H. Corey
On Fri, 2009-07-10 at 15:19 -0600, Scott wrote: Hello, I almost have this but cannot figure out why its not showing the data, right now it knows how many entries im putting in because it spits out that number of rows. I am getting my data from dbd::mysql, it works because i have tested in

Re: html template loops not showing data

2009-07-10 Thread Scott
Shawn H. Corey wrote: On Fri, 2009-07-10 at 15:19 -0600, Scott wrote: Hello, I almost have this but cannot figure out why its not showing the data, right now it knows how many entries im putting in because it spits out that number of rows. I am getting my data from dbd::mysql, it works

Re: html template loops not showing data

2009-07-10 Thread Jim Gibson
On 7/10/09 Fri Jul 10, 2009 2:25 PM, Shawn H. Corey shawnhco...@gmail.com scribbled: On Fri, 2009-07-10 at 15:19 -0600, Scott wrote: Hello, Here is my code on the perl side: my @wall_data = (); while(my $wallref = $wallpostquery-fetchrow_hashref()) { my %walldata;

Re: html template loops not showing data

2009-07-10 Thread Scott
Jim Gibson wrote: On 7/10/09 Fri Jul 10, 2009 2:25 PM, Shawn H. Corey shawnhco...@gmail.com scribbled: On Fri, 2009-07-10 at 15:19 -0600, Scott wrote: Hello, Here is my code on the perl side: my @wall_data = (); while(my $wallref = $wallpostquery-fetchrow_hashref()) { my %walldata;

Re: html template loops not showing data

2009-07-10 Thread Steve Bertrand
scott wrote: Jim Gibson wrote: On 7/10/09 Fri Jul 10, 2009 2:25 PM, Shawn H. Corey shawnhco...@gmail.com scribbled: On Fri, 2009-07-10 at 15:19 -0600, Scott wrote: Hello, Here is my code on the perl side: my @wall_data = (); while(my $wallref = $wallpostquery-fetchrow_hashref()) {