Topic: access_user :: how to start... (Read 872 times)
Just another rainy day
Posts: 1
6 credits Members referred : 0
« on: Apr 20, 2006, 10:10:46 PM »
Hi.
I;m Read all manual now already create table on mysql on my webserver.
now how to install this. and which soft i need caz i'm new in this field
br
« Last Edit: May 03, 2006, 09:31:49 AM by olaf »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Apr 21, 2006, 12:16:43 AM »
Hello,
start with the example files:
by default this directort structure is used:
web_root/classes/access_user/
1. copy all the files into this directory 2. run the sql statements to create the database tabels 3. start with the login example to learn how the class will work.
Note: this class is not an application out of the box, you need to know what is a php object!