Click to See Complete Forum and Search --> : Is HTML outdated, I'm Curious?


emadeit
03-03-2006, 10:48 PM
www.MyWazzu.com is going to be made using mostly HTML, but CSS - PHP - MYSQL seem necessary. How can I learn these other languages to make my own site allowing new members to signup.

Lerura
03-03-2006, 11:26 PM
some says Html is outdated, while other recommend that you build up your document in Html, and then include the other languages where it's capabilities isn't enough.

about learning:
i'll recommend tht you try searching the web for tutorials (the is alot), and when you feel you have the grip on it, then add searches for references.

you can also do it the IMO hard way by finding some premade page and see if you can sort them out by looking in references

NogDog
03-03-2006, 11:38 PM
Neither CSS, PHP, nor MySQL replaces HTML. HTML is still used to present data to the web browser.

CSS is used to manipulate the way the HTML text is displayed, so you can say it is a visual enhancement to HTML. (It does replace certain attributes of HTML which used to be the only way to control the visual appearance of web pages but are now generally deprecated in favor of CSS styling.)

PHP and MySQL are tools for manipulating data on the server side, but eventually any output to the user is generally rendered as HTML (and CSS). So for web applications you still need to use and really understand HTML. (There are other non-HTML technologies such as Flash, but they are not as universally accessible nor used anywhere near as much as HTML.)

emadeit
03-03-2006, 11:43 PM
www.MyWazzu.com how do I setup a membership database, and allow members to submit pictures, music, videos, articles; of which I will review before being added?

NogDog
03-04-2006, 12:11 AM
http://www.zend.com/php/beginners/index.php