I am new to TYPO3, I am creating a php file in TYPO3. But don't know how to get database connection in that.
What are the dependency files and which object should use to get the database connection in my own custom file
I am using TYPO3 CMS - Professional Web Content Management System V-6.2.14
I am trying to store the user choice of language selection in the database.
Using AJAX I am going to post data to my own custom PHP file, in that php file I need to access database for select queries