So guys how can i code a program in php that compares or checks the information that a user inputs to my internal database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

So guys how can i code a program in php that compares or checks the information that a user inputs to my internal database?

Html working with PHP

25th Dec 2019, 5:10 PM
kenny chewe
kenny chewe - avatar
3 Answers
+ 2
You should use AJAX. Or you can write the page itself in the action attribute of the form and evaluate the data at the beginning of the code. It depends on what you need to do. Of course, you must still establish the connection to the database and write the corresponding query. You can find the official documentation on connection to databases in the following link: https://www.php.net/manual/es/refs.database.php
25th Dec 2019, 10:19 PM
Javier Ballesteros
Javier Ballesteros - avatar
+ 1
I think so
25th Dec 2019, 5:48 PM
ycsvenom
ycsvenom - avatar
0
🙎‍♂️
25th Dec 2019, 6:23 PM
kenny chewe
kenny chewe - avatar