Database Choices
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Database Choices
I am doing my schools NHS website, and our school is stupid and has no MySQL database, and only gives one person the password (so they only have on website admin... instead of just making a folder base access, so NHS could only get to the NHS folder.. but anyways).
What are my alternatives for MySQL. They suggested using something with Excel using FrontPage (*gag*). [Also, I don't want anyone being able to download the database with personal member information!@#!@#.. duh..]
So... what do you guys think... I wanted to make a user database, as well as databases for storing other information.
Edit: Wrong Forum... should have been in Databases... oops
What are my alternatives for MySQL. They suggested using something with Excel using FrontPage (*gag*). [Also, I don't want anyone being able to download the database with personal member information!@#!@#.. duh..]
So... what do you guys think... I wanted to make a user database, as well as databases for storing other information.
Edit: Wrong Forum... should have been in Databases... oops
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Have you written a page like the following to tell you what is installed for PHP. If SQLite is installed and you have even FTP access to a directory then you can use it.tecktalkcm0391 wrote:I have no clue, I have no access to it because the school is stupid. So I don't think SQLite will work, cause I can't get to the command prompt. If it will work, how would I set it up... i'm so confused.
Code: Select all
<?php
phpinfo();(#10850)
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US