Skip to content

Avoid Chrome saving .txt and .php files to cache

I am developing a web page (2075.mooo.com, (it is in Catalan)) where teachers control students’ arrivals with an NFC card in an Arduino. The thing is that I save students’ data on .txt files, but …

How to display a record that has no relation to a table

What I need is to count the number of vehicles created by each user, but the problem is that when I make the query for the relationship, it only brings up the users who have vehicles created, but I also need to show the users who do not have vehicles created. what i get id name email vehicles 65 name1

Define undefined array key in php

I’m using the following web to insert two codes separated by the letter “k” in just one field. <?php if(isset($_POST['submitButton'])){ $input=$_POST['input']; $…

How can I display multiple lines of version.php?

I’m new to PHP code and am trying to find a way to display 3 lines from the version.php file within WordPress without having to download the file; look into it and move on – this is what I have come up with so far, but does not seem to be working. I’m sure I’m doing something wrong her…

disable symfony 5 database connection

I have the default config in my symfonu project I have this line at .env file and I get this error Of course I dont have not isntalled postgres, and I dont need a database for this project, How I cant fix this error I tried to comment the .env file line but I get another error Answer Commenting the