| Re: creating database page using php |
| by pipwax on 2006/4/17 14:59:41 That sounds like a good idea to just call the script, but tell me more about blending db's |
| Re: creating database page using php |
| by rabideau on 2006/4/17 14:04:28 Sure just make certain your script can write to the db of choice. You might be better off setting the php script outside of XOOPS and then using blocks to access the page. Another option is to blend your XOOPS and non-xoops dbs. It's easy to blend MySQL dbs... hard to get them apart later though!
|
| creating database page using php |
| by pipwax on 2006/4/17 13:33:32 I would like to create a database page using php. however, I will have to use a MySQL database that is not in the XOOPS database. Is this possible? |