table

A

amit

Hi group,

I am new to Javascript and want to know how I can create a table. It
will hold a group of images. However, since images are stored on a
server number of images to be displayed will be passed from a PHP
code.

Can somebody give me direction ?

Thanks,
 
H

Hal Rosser

amit said:
Hi group,

I am new to Javascript and want to know how I can create a table. It
will hold a group of images. However, since images are stored on a
server number of images to be displayed will be passed from a PHP
code.

Can somebody give me direction ?

I would think the construction of the table would be done in PHP in this
case, since info about the images come from PHP anyway.
 
A

amit

I would think the construction of the table would be done in PHP in this
case, since info about the images come from PHP anyway.


Hello Hal,

Thanks I think you are right. all images are located on server side so
I think I would need a function to count number of avaialbe images and
base on the result it will create x number of rows and cols.

Right?

Thanks.
Amit
 
H

Hal Rosser

I would think the construction of the table would be done in PHP in this
case, since info about the images come from PHP anyway.


Hello Hal,

Thanks I think you are right. all images are located on server side so
I think I would need a function to count number of avaialbe images and
base on the result it will create x number of rows and cols.

Right?

Thanks.
Amit

What I meant is that you should use PHP - not Javascript to make the table.
and in PHP the number of rows would depend on the size you want the images
to display, and the number of images.
For instance, if you can get 4 images to display side-by-side, then you
divide the number of images by 4 (then add 1 if any left over) to determine
the number of rows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top