what's the role of php scripting in a website? does it create different HTML pages according to user input? what
why did people tell me "html and css are outdated" and to learn javascript and php instead anyway?
Name:
Anonymous2009-01-24 15:29
what's the role of php scripting in a website? does it create different HTML pages according to user input? what
Creates different HTML (but it's not limited to generating HTML; it can generate HTML, XML, plain text, images, anything really) according to user input and other factors such as your browser's preferred language, your cookies (which I guess could count as user input), database state, etc. why did people tell me "html and css are outdated" and to learn javascript and php instead anyway?
Because they are trolling you. A typical website would use all four of those (but preferably something else instead of PHP).