+ 1
When I enter data from php to sql, it is accepted only once. I cannot enter more than one value. Is there a solution?
7 Antworten
0
Show us your query and db schema
0
It receives one element when I type a new element it does not receive it!!
0
mysqli_connect should be run first before mysqli_query
0
The code is complete with the calculator and works and is connected to sql, but the problem is that it receives data for one time
0
Try to connect the db first, then query, you will solve the issue.
0
i think this article will help you "(The only proper) PDO tutorial - Treating PHP Delusions" https://phpdelusions.net/pdo