Search found 2 matches

by servified
Tue Mar 10, 2015 9:26 pm
Forum: PHP - Code
Topic: create dynamic html table with images inside loop
Replies: 2
Views: 1196

Re: create dynamic html table with images inside loop

Is using the css/floating images in divs friendly with displaying an image in a loop?
by servified
Tue Mar 10, 2015 6:48 pm
Forum: PHP - Code
Topic: create dynamic html table with images inside loop
Replies: 2
Views: 1196

create dynamic html table with images inside loop

Hello, I am new to PHP and am currently stuck :banghead: . I am trying to create a script to take image data from mysql(image url, gallery url, description) and display it in a dynamic table grid. I am having some trouble getting my $columns and $rows to print correctly inside a table and while insi...