
Eudaimonia
|
| Posted: 03/17/2003, 11:34 AM |
|
Ok, I'm more of a beginning that I thought I was. I apparently don't know what I need to know to do what I want.
I have a message board setup through Yabbse, which uses php and mySQL. It's been on my website for 6 mos now. What I want to do is merge the database with a website. My web provider does not support ASP. I know it has php and mySQL, not sure about the others..
Code Charge seems easy to use, but the help files don't do anything but frustrate me. Is there a more detailed help area for Code Charge?
If not, then how does someone merge an exsisting database with a website?? Is Code Charge the software to do it??
|
|
|
 |
Eudaimonia
|
| Posted: 03/17/2003, 11:40 AM |
|
By the way, Yabbse is a free, open source message board system. It has several different databases that merge into one big messgae board. For example, boards is one, members is one, calendar is one.
I want to be able to use all the info in on collected space, instead of having a message board on one servor and a website on another servor.
|
|
|
 |
RonB
|
| Posted: 03/18/2003, 6:05 AM |
|
If you do not have priveleges on the mysql database for the board there is nothing you can do. You'll have to use another database for the website.
Codecharge does not create a database for you. You can however use the example database that comes in an .sgl file. Use a tool like phpmyadmin to load the sql file inot the database. The file will create the tables and fields.
Ron
|
|
|
 |
|

|