In web-development, is PHP just a mediator between HTML and SQL? (since HTML cannot access database through SQL directly?)
What all PHP can do with the data accessed through SQL that SQL can't?
PS: I hope this is a very basic question, but googling didn't give me a satisfactory answer. I am a newbie in case of application-level web-development other than just having basic courses about HTML, CSS and PHP completed on codecademy.com. Also kindly correct me if there is anything wrong with my concepts indicated in the above questions. Thanks.