Relation between php and HTML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Re: Relation between php and HTML

Post by Stoker »

HTML is a markup language - thats what tells the browser what things look like.
http://www.w3schools.com/html/

PHP is a programming language, typically used to generate html dynamically.
Post Reply