Thread: .html or .php?
View Single Post
  #2 (permalink)  
Old 02-24-2008, 11:36 PM
priji priji is offline
Registered User
 
Join Date: Jan 2008
Posts: 12
Definitely you'll need PHP (or ASP or ColdFusion or Ruby on Rails or some other scripting language)... because HTML isn't a programming language, it's a markup language.And you'll need a database to go along with that to store the data. The most common one used in conjunction with PHP is MySQL, though it's quite capable of talking to "others" as well.
Reply With Quote