Php Html?

LostPunisher

New Member
Messages
2
Reaction score
0
Points
0
I'm making a small website for myself. What would you recommend me to learn to design the page with, HTML or PHP?
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
HTML is a required knowledge for PHP, so start with HTML, get use to it,
then advance to PHP
 

VPmase

New Member
Messages
914
Reaction score
1
Points
0
Start with HTML and CSS, then get used to Javascript (you will use it), then learn PHP and MySQL.
 

port5900

New Member
Messages
150
Reaction score
0
Points
0
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:
Top