add data to a table using PHP

Asked 1 years ago, Updated 1 years ago, 69 views

Using php to add data to the phpmyadmin table,
You don't have to answer in detail, but only the overall flow
Could you give me an answer?

"■ I connected to phpmyadmin with mamp and created the database ""personal"" and table ""friend"", so I would like to add data to the table ""friend"" using PHP."
Do you use PDOs?

I would appreciate it if you could check it when you are ready.

Thank you for your cooperation.

php phpmyadmin mamp

2022-09-30 20:19

1 Answers

Before you ask questions here, I think you should first try the following tutorials from beginning to end.

https://www.phpbook.jp/tutorial/mysql/

This question is too broad for me to answer here.
If you have any questions after trying the tutorial, please ask me pinpoint questions.


2022-09-30 20:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.