How can I send some data to a MySQL database?
I'm using php.

Recommended Answers

All 5 Replies

Member Avatar for diafol

Use php to add data via the INSERT clause. Look at the online php and mysql manuals. It's not difficult. Just some effort on your part.

Yays, INSERT clause? Time to get searching!!
Thanks for the help and links and references and stuff.

You need to use insert mysql query to insert values into database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.