I am currently using a limited webhost which only allows php and it seems like it has SSI enabled, my question is, can I use strictly SSI as my server side language? To make Database calls, transfer data from one page to another, etc. The main reason I ask is because I don't want to use php as I don't know it at all and I really don't want to learn it at the moment as I have other things to work towards.
eventually I will be using a VPS so I can use Node, or something else. But for now can I use SSI as a replacement to php?
Thank you in advance.