MyBB Community Forums

Full Version: I want to learn some coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I currently know HTML and that is about it. It's sort of limited in the things that you can do and I was wondering what you recommend I learn next. PHP?
You should really learn XHTML (the next version of HTML) since it is very similar, but is the current standard for the web.

Also learn the basics of CSS (Cascading Style Sheets) since they can expand what XHTML does.

But yeah, PHP should come next if you want to add some dynamic pages.
Thanks, I'll do some searching. Know any good sites?