PDA

View Full Version : php features in html?



gwlam12
January 31st, 2003, 01:34
is there a way to code in html a feature that you find in php? such as the one where the administrator may post something on the front page, and then a user responds to it, and it will be dynamically updated on the page.

Canuckkev
January 31st, 2003, 01:42
No, php is a server side scripting language, which outputs HTML. It IS the thing doing the stuff you want to do. HTML is just the output.