Creating Table with Images

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Zan03
Forum Newbie
Posts: 6
Joined: Sun Apr 11, 2010 4:32 pm

Creating Table with Images

Post by Zan03 »

Hi All,

I'm familiar with HTML, but new to PHP and have a few hours to figureout how to create a table using PHP...
Please find an example of the ideal table outline attached.
I'm hoping someone with a bit more experience and knowledge can assite me...
Any suggestions would be greatly apprecaited,

Thanks,

Zan
Attachments
untitled3.JPG
untitled3.JPG (21.49 KiB) Viewed 76 times
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Creating Table with Images

Post by yacahuma »

I suggest you read some php tutorials. If all you are doing is creating a table that does not change, then you dont need php. Remember php is use to create thing that change.
Zan03
Forum Newbie
Posts: 6
Joined: Sun Apr 11, 2010 4:32 pm

Re: Creating Table with Images

Post by Zan03 »

Thanks for the reply.
We currently use PHP to add additional addresses to the site automatically once we add an additional document into the appropriate folder..
Can i create a table using HTML & using the php code have additional addresses fall in the appropriate cell? Or would you recomend doing it manually using HTML only?
Sorry if im not explaining it well enough, i'm as amature as they get!

Thanks,
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Creating Table with Images

Post by yacahuma »

So you have a database? Or are you using the file system?
Zan03
Forum Newbie
Posts: 6
Joined: Sun Apr 11, 2010 4:32 pm

Re: Creating Table with Images

Post by Zan03 »

Sorry for the late reply...
I'm using a file system...
Any suggestions would be more than appreciated!

Thanks,

Zanna
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Creating Table with Images

Post by yacahuma »

you have to provide more details. What do you have in the file system???

address1.txt
address2.txt

or a file called address.txt with the addresses inside?
Zan03
Forum Newbie
Posts: 6
Joined: Sun Apr 11, 2010 4:32 pm

Re: Creating Table with Images

Post by Zan03 »

I've actually posted the code and current problem on this page: viewtopic.php?f=1&t=116153&p=606286#p606286

Thanks for your help!

Zanna
Post Reply