How do you integrate VB.net with python; how do you link to database with php. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you integrate VB.net with python; how do you link to database with php.

linking database

22nd Feb 2018, 4:27 PM
Sospeter Waweru
Sospeter Waweru - avatar
2 Answers
0
To connect to a mysql database with php: mysql_connect([Database host],[Username],[Password]); To use a database after successful connection mysql_select_db([Database name]); To query the database mysql_query([Insert your query string here]); That's the basic stuff, read more on php from other sources, sololearn's php tutorial isn't detailed enough
24th Feb 2018, 10:51 PM
the_code_genin
the_code_genin - avatar
0
Are you can this question explain simply ?
11th Apr 2019, 9:39 AM
Sanju Tharuksha