html together with php and mysql
By screamkevin
@screamkevin (82)
Philippines
3 responses
@webcodez (172)
• Netherlands
5 Sep 11
HTML is the basic markup language for creating websites. It's used to take care of the graphical part ( text, images, layout, etc. ) of your website. With HTML you can create anything a website outputs/shows. However, for the actual SYSTEM of the website, you'll need to use ( for example ) PHP, which can be combined with MySQL for database interactions. If you're interested to learn more about them, I would like to recommend you to squidoo.com/lensmasters/webcodez where I have lots of webcoding tutorials ( hope I'm allowed to share them with you here ), good luck and have fun programming!
@bigdog57 (27)
• Slovak Republic
24 Aug 11
With HTML you make only basic structure of webpage. If I were you I would learn Cascading Style Sheet ( CSS ) too, because with it you can create beautiful a cool pages.
PHP you make your website dynamic ( you can do it with JavaScript too ). But mainly PHp provide you to connect with MySQL, which save data.