My problem has some variants:
- I have a website built on joomla, which is hosted on a linux server.
- The administrator where I have hosted my website, has informed me that will not install any php extension, so as not to get conflicts or problems on the server
- The php module does not contain any connection extension to Sql server (eg, sqlsrv, mssql)
- I have a C # program, and my database is stored in Amazon (SQL Server 2012)
To summarize, I need my site to be able to connect to my Sql Server 2012 database in my program to display the information I have on the website, and to add new information, change it, etc.
If anyone knows how to make the same connection, given the variables to which I am subject, thank you immensely.