-
Database Information
I know how to Make databases. But i dont know how to put information in or take it out. i want to have users. so they can sign up and log in. And only members can see certain pages.
If anybody could send me a script or show me a tutorial that would be great. If you need more of an explanation please ask.
-
First we need to know the database type flat-file, SQL e.t.c
Then we would have to know what launguage you're writing the script in, like PHP, Perl, Python....
Whether your doing it yourself or not if you google, you'll usually find some good tutorials.
-
use INSERT to add things
use UPDATE to change them
use SELECT to lookup things.
-
Well i'm using Mysql 4. and i would probably use Php. for the scripting
-
http://www.sqlcourse.com
http://www.sqlcourse2.com
Those two places can teach you some SQL commands
such as the select command, create table command etc.
-
Somethigs messed up with my database. Its not starting. I can't get it started. What happened? What could be the problem?