Sinisterly
Which of you can help me - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: Which of you can help me (/Thread-Which-of-you-can-help-me)



Which of you can help me - hoxy - 11-04-2012

Which of you can help me to create html and php these tables as the image

an example I've given here in the image

how do you create these tables in html and php


Which of you can help me
[Image: 20702zo.jpg]
http://i48.tinypic.com/20702zo.jpg

I want to add one more thing I ago knew better Kodo in html and php., but after a break of 3 years'm not so good in coding


sinqerly Hoxy !


RE: Which of you can help me - Anima Templi - 11-04-2012

You should learn to program in PHP. It will benefit you more, and not everyone has the time to create everything for you.


RE: Which of you can help me - Frooxius - 11-04-2012

Please ask the question in more clear manner, it's really difficult to understand what do you actually want.

If you want to simply make such layout (which is HTML/CSS thing, I have no idea what would PHP have to do with that, unless you want the layout to be configurable and generated by PHP), I recommend using CSS for that, rather than using table layouts.

It's quite simple in CSS you need to create containers and nest them appropriately.

First, make the overall container and then divide it to three columns - three subcontainers, which will be next to each other.

Then you can fill each column with vertically arranged containers, each one containing some actual content.


RE: Which of you can help me - unixbreak - 11-16-2012

RTFM >> http://www.php.net/manual/en/


RE: Which of you can help me - ph4ntom nuk3r - 11-16-2012

I think you can use mr google for help