PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
hakiki_dolphin
Forum Newbie
Posts: 9 Joined: Thu Jan 30, 2003 3:00 pm
Post
by hakiki_dolphin » Sat Feb 01, 2003 7:52 am
Hi,
I want to secure my datas in my web site pages (especially php pages and databases). How I can do this?
Sincerely.
Ahmet Kara
volka
DevNet Evangelist
Posts: 8391 Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger
Post
by volka » Sat Feb 01, 2003 12:04 pm
which kind of security? access control, hiding script code, secure transmission?
hakiki_dolphin
Forum Newbie
Posts: 9 Joined: Thu Jan 30, 2003 3:00 pm
Post
by hakiki_dolphin » Fri Feb 14, 2003 6:39 am
I must secure mysql database. It can't be downloaded by a program for example web copier. And can't changed the datas without me. How can I do this?
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Mon Feb 17, 2003 2:10 am
You can set a username and password for the database, how you do this will depend on which database you are using.
Mac
hakiki_dolphin
Forum Newbie
Posts: 9 Joined: Thu Jan 30, 2003 3:00 pm
Post
by hakiki_dolphin » Mon Feb 17, 2003 12:12 pm
I'm using MySQL 3.23.47-nt and phpMyAdmin 2.2.3. The database has one table that includes 350 variables and maximum 3000 rows. How can I do this?
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Tue Feb 18, 2003 2:10 am
Using phpMyAdmin you can setup security in a number of ways. If you read the section in the documentation on 'Using authentication modes' it should help you set up the kind of authentication best suited to you.
http://www.phpmyadmin.net/documentation/
Mac