+ 2
Can there be website without use of PHP and database involved?
3 Answers
+ 2
yes. ofcourse. PHP is just a language that could be suplimented for Ruby, Python, Cold Fusion, ASP to name a few. What i feel you question is pointing to is the use of `static` content in HTML. In other words, embedding all of your content direcrlty into your structure. it's doable but not recommended considering the `dynamic` nature of the WWW.
+ 2
in every webserver,that I have seen, there is phpmyadmin , in view of that I needed to know if for manipulating database, which r other languages?...
+ 2
phpmyadmin is written on php. Yes you can use other languages but you would most likely see what languages your server supports. Sorry if the answer is a bit vague. The question confused me a bit.