+ 3
How do you integrate VB.net with python; how do you link to database with php.
linking database
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
0
Are you can this question explain simply ?
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes