when i sign into this forum i see the header (http://www.thescripts. com/forum/example.html) i can't under stand are the html extension read from database or not
HTML read from the DB
Collapse
X
-
They are definetly read from a database. Although I don't know what server side language they are using, (Ruby?), but most def. it's a database driven site.Originally posted by smarticwhen i sign into this forum i see the header (http://www.thescripts. com/forum/example.html) i can't under stand are the html extension read from database or not
Greg -
PHP and other server side languages are processed before they ever reach your browser. With HTML, you request a file and the browser grabs the file and displays it. With PHP, you request a file, the file is processed, carrying out any PHP code within it, and then displays it in the browser.Originally posted by smarticbut what is the differences between HTML and PHP and why they are using HTML than PHP ?
GregComment
Comment