PDA

View Full Version : I would like to connect to my vB db


CityInet
03-10-2003, 10:43 PM
I would like to add tables to my vB database via another page on my vB site. I am looking also, to pull existing data from the database.

Can someone please tell me how to do this. I know ASP but do not have root access to install anything extra. With a little push I am sure I can get into php.

So, can someone please tell me how to connect to the vB database in a php page?

filburt1
03-10-2003, 11:34 PM
<a href="https://www.phpmyadmin.net/" target="_blank">http://www.phpmyadmin.net/</a>

You can assign PMA the same permissions as any other PHP-based script like vB.

filburt1
03-10-2003, 11:35 PM
BTW, interesting forums. You must get your share of flamers and trolls :)

DrkFusion
03-10-2003, 11:46 PM
May I suggest some tutorials.
codewalkers.com
dreamincode.net
phpdeveloper.org

These are some nice sites that discuss database interactions and code. Reading up on some of the useful tutorials will help you to understand how to interact with the database, how to insert data, pull data, edit data and more.

Also check out this website (http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html)
This is a very nice introductory tutorial, this actually got me into php and mysql many years ago.

Good Luck!

CityInet
03-19-2003, 11:48 PM
what are flamers and trolls?

filburt1
03-19-2003, 11:52 PM
Flamers = people who harrass other people, trolls = people who post for the sake of irritating the community by just not leaving.