I'm making a small website for myself. What would you recommend me to learn to design the page with, HTML or PHP?
I'm making a small website for myself. What would you recommend me to learn to design the page with, HTML or PHP?
HTML is a required knowledge for PHP, so start with HTML, get use to it,
then advance to PHP
Start with HTML and CSS, then get used to Javascript (you will use it), then learn PHP and MySQL.
jeasus..come on guys, thats the best advice you can give?
PHP is not a language to "build" web sites. Its used to handle data like storing/accessing information into a database. HTML is used to structure and build a website. CSS is used to style and layout the site. and JavaScript is mostly for client side programing. PHP is mostly server side. You wont be touching PHP and java for some time.
Last edited by port5900; 02-24-2008 at 01:21 AM.