简体   繁体   中英

how to write codes using vb.net to save information to PHP database?

I am designing an interface using vb.net and the values inputted there should be saved in a database and I choose to design my database using mysql in phpmyadmin. I already made my database in php via localhost/phpmyadmin/index.php. But I do not know what commands / codes should I write in vb.net so that ie the value of textbox.text would be saved in database. Can anyone help me? Im only a beginner in visual studio as well as PHP and mysql. Thanks! Any help would be appreciated.:)

As everyone else has mentioned you are using the MySQL database not "PHP Database"

This tutorial should get you going. I am linking right into part 3 as this is where they start to get into the code

http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3

However I highly recommend that you start from Part 1 if you have no previous database experience.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM