PHP Classes

extracting data from sql with php

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  extracting data from sql with php  
Subject:extracting data from sql with php
Summary:displaying data into one collum
Messages:2
Author:Jake Koh
Date:2009-01-02 06:12:50
Update:2009-01-08 01:01:03
 

  1. extracting data from sql with php   Reply   Report abuse  
Picture of Jake Koh Jake Koh - 2009-01-02 06:21:00
i have a problem.

Data(images with texts) stored in mySQL database table named `soe`

example;
images row 1 - 6 entries in database.
output displayed at web : img1 - img2 - img3 - img4 - img5 - img6

images row 2 - 5entries named a1-5 in database tag with img1.
explination: these 5 entries will be displayed under img1.

images row 2 - 4entries named b1-4 in database tag with img2.
images row 2 - 1entry named c1 in database tag with img6.

output display at web should be:

img1 - img2 - img3 - img4 - img5 - img6
a1 - b1 - - - - c1
a2 - b2 - - - -
a3 - b3 - - - -
a4 - b4 - - - -
a5 - - - - -

i have problems displaying as of above... all i get is a1-5 overlapping each other positioned at a1 position.

i'm using coordinates to position the images.

is there anyone who could shed some light on how to fix this problem?

There is 1 reply in this thread, which is not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.