Page 1 of 1

Creating Table with Images

Posted: Sun Apr 11, 2010 4:42 pm
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

Re: Creating Table with Images

Posted: Sun Apr 11, 2010 5:20 pm
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.

Re: Creating Table with Images

Posted: Sun Apr 11, 2010 5:54 pm
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,

Re: Creating Table with Images

Posted: Sun Apr 11, 2010 7:13 pm
by yacahuma
So you have a database? Or are you using the file system?

Re: Creating Table with Images

Posted: Fri May 07, 2010 7:42 am
by Zan03
Sorry for the late reply...
I'm using a file system...
Any suggestions would be more than appreciated!

Thanks,

Zanna

Re: Creating Table with Images

Posted: Fri May 07, 2010 9:27 am
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?

Re: Creating Table with Images

Posted: Mon May 10, 2010 7:39 am
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