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" >> 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_has

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" 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; $walldata{WALL_SUBJECT

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" 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; >> >> $walldata{WALL_SU

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 becau

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 test