Skip to content

Firebird driver not found in PHP or XAMPP

I lost a day trying to connect to a firebird database when I started my first PHP project with it, so I want to share my solutions that maybe can help others in the future (or myself). Answer There are few rules but very important: Check your PHP architecture (32 or 64 bits) Check the database version (if you…

How to pass a AJAX call on OctoberCMS

Im using OctoberCMS, the user plugin and I want to send data via AJAX to a controller and save the data in the database (in the column of the logged in user). So I created a new Route in my routes.php And a controller And my jQuery calls But nothing works. If I call /saveHighscore in my browser with dummy

Select Input TYPO3 v9 Symfony Command

I want to make a scheduler command in TYPO3 v9, the problem is, that I don’t know and can’t find how I can make a select input. This is what I have: Answer You cannot put user choice questions on the command options…, instead you have to use a ask method of helper with ChoiceQuestion object …