Pages: [1]   Go Down
Send this topic | Print
Author Topic: My SQL help, php my admin  (Read 667 times)
dominantsoccer
Hyper-Active Member
***
Offline Offline

Posts: 149


WWW
« on: December 12, 2008, 02:24:23 AM »

I'm on the home of php admin, how do i create a login, registration database now ?
Logged
codewhite
Advanced Authority Member
*****
Online Online

Posts: 1340


Violent Patient


WWW
« Reply #1 on: December 12, 2008, 02:52:25 AM »

Do you have MySQL enabled.  If so just go into your control panel and set up the database there.
Logged


I am a signature virus, copy me to your signature to spread me <Generation 0>
Increase Generation number each time I'm copied.
Codewhite Designs Cigar Journal On sale now.
dominantsoccer
Hyper-Active Member
***
Offline Offline

Posts: 149


WWW
« Reply #2 on: December 12, 2008, 03:03:25 AM »

Do you have MySQL enabled.  If so just go into your control panel and set up the database there.
I've already created a database to make, so im on php admin to start making it.
« Last Edit: December 12, 2008, 03:20:36 AM by dominantsoccer » Logged
tpog
Super Authority member
******
Online Online

Posts: 1544


WWW
« Reply #3 on: December 12, 2008, 03:09:00 AM »

Have you seen http://www.110mb.com/forum/howto-create-your-110mb-mysql-database-and-username-t39375.0.html
Logged
codewhite
Advanced Authority Member
*****
Online Online

Posts: 1340


Violent Patient


WWW
« Reply #4 on: December 12, 2008, 03:09:22 AM »

First, you need to learn PHP, go here or here, then you need to learn SQL, for that go here or here.

After that creating a login system shouldn't be that hard.
Logged


I am a signature virus, copy me to your signature to spread me <Generation 0>
Increase Generation number each time I'm copied.
Codewhite Designs Cigar Journal On sale now.
shawn-stark
Hyper-Active Member
***
Offline Offline

Posts: 124


WWW
« Reply #5 on: December 12, 2008, 02:54:21 PM »

Mr White,

haha.. I like how you think.

but he could create the database,
directly from PHP my admin.
Or Using PHP my admin import the
SQL files needed to build the login
database.

This of course dose not explain
how to use this DB in a "system".

learn SQL first and how to use the
PHP my admin operator panel first.
Then you got a test Db up for working
 through the trials and errors
of creating a web app that werks.
 
Logged
Piotr GRD
Honoured 110MB Member
Official 110mb Guru
*****
Offline Offline

Posts: 6669



WWW
« Reply #6 on: December 12, 2008, 06:00:38 PM »

To not confusing dominantsoccer more...


Database is only a database. In the database you can store login informations, users names, ids, passwords etc., but as is it's not enough. You need to have some "system", some script (in example PHP script) which will actually display all informations, check the data provided by user, compare it with data already stored in database etc.

Like this forum:
in the database there is only something like:
USERS: Piotr GRD, password, ..., ..., dominantsoccer, password, ..., ...,
TOPICS: My SQL help, php my admin, ...., ....
etc.

But you need a forum script, a PHP system that is taking the data from the database, handling all of the processes, displaying the topics, posts, checking your password when you enter it, handling sessions, cookies... much much more.

You can create your own login system, but you need to know PHP (or alternatively some othe programming language), you need to know SQL (to know how to write and read from the database).
Or you can install some already made script, in example some CMS (Content Management System) or some more simple available in the net (or even on this forum in "how to" section) login and user management script.
Logged

Pages: [1]   Go Up
Send this topic | Print
Jump to: