MySql [message #232834] |
Sun, 03 December 2006 19:07 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
im having a bit of a problem, my hoster doesn't supply MySql with php.
although i have never liked MySql i would of rather tryed it.
ok...the question...you already guessed it.
this is for a forum, i had an idea. make a folder only readable be admin, create a folder inside that for your forum name eg "General Discusion" inside that a new folder for topics and inside that txt files for posts.
but another way i though of was to use XML, create a file and use XML type syntax for lay it all out. then...encrypt the file with some made up althrigram. but this would be hard and time consuming...anyone have any other ideas (except, change hoster, that is out of the question). help would be much appriciated.
|
|
|
Re: MySql [message #232835 is a reply to message #232834] |
Sun, 03 December 2006 19:08 |
|
xptek
Messages: 1410 Registered: August 2004 Location: USSA
Karma: 0
|
General (1 Star) |
|
|
Use a DB wrapper and support multiple backends.
PostgreSQL, mySQL, sqlite, etc.
cause = time
|
|
|
|
Re: MySql [message #232837 is a reply to message #232834] |
Sun, 03 December 2006 19:24 |
|
xptek
Messages: 1410 Registered: August 2004 Location: USSA
Karma: 0
|
General (1 Star) |
|
|
Make your database code modular so people can use whatever module they want.
cause = time
|
|
|
|
|
|
|
Re: MySql [message #232861 is a reply to message #232834] |
Sun, 03 December 2006 22:07 |
|
Crimson
Messages: 7429 Registered: February 2003 Location: Phoenix, AZ
Karma: 0
|
General (5 Stars) ADMINISTRATOR |
|
|
I seriously hope you're not paying for a provider who has PHP but not MySQL.
I'm the bawss.
|
|
|
|
|
Re: MySql [message #232889 is a reply to message #232834] |
Mon, 04 December 2006 04:28 |
|
Crimson
Messages: 7429 Registered: February 2003 Location: Phoenix, AZ
Karma: 0
|
General (5 Stars) ADMINISTRATOR |
|
|
Or it's like a car with no seats or steering wheel.
I'm the bawss.
|
|
|
Re: MySql [message #232891 is a reply to message #232834] |
Mon, 04 December 2006 05:11 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
Could they be supplying some other SQL database engine? You may wish to check on that...
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
Re: MySql [message #232897 is a reply to message #232834] |
Mon, 04 December 2006 06:04 |
|
Crimson
Messages: 7429 Registered: February 2003 Location: Phoenix, AZ
Karma: 0
|
General (5 Stars) ADMINISTRATOR |
|
|
There's always SQLite... no daemon required.
I'm the bawss.
|
|
|
|
Re: MySql [message #232945 is a reply to message #232834] |
Mon, 04 December 2006 13:26 |
|
xptek
Messages: 1410 Registered: August 2004 Location: USSA
Karma: 0
|
General (1 Star) |
|
|
Most PHP installations come with the sqlite extension.
cause = time
|
|
|
|
|
|
Re: MySql [message #233063 is a reply to message #232834] |
Tue, 05 December 2006 15:03 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
i dont really like mysql. too much fafing around.
|
|
|