This is a discussion on "Mysql/php" within the PHP Forum section. This forum, and the thread "Mysql/php are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Mysql/php
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Mysql/php
Hi All
I'm looking to do a site basically with this set up http://www.bizpalm.com/ Where the visitors are requested to log in via the homepage to have access to the entire site or sign up for access. Is there anyway this is going to be possible without using a database. Many Thanks Marie |
|
|
|
||||
|
Re: Mysql/php
Yep. You can do it without a database...
You script needs to know whether or not a user is allowed to log in. So, in principle, all you need is a list of usernames/passwords, etc... Where that list comes from is irrelevant. So you could use a file or manually write the usernames/passwords as an array (or some other data structure) within you script (in whatever language you use)...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Mysql/php
Hi, Thank you,
You wouldn't happen to know of any scripts would you Thanks Loads Marie |
|
||||
|
Re: Mysql/php
I don't know of anything specific, but you can Google it.
The first result looks good: Creating Login without Database [Archive] - CodingForums.com I know that somehow i could create a secure login without using any databases. Someone told me that i could create a script that stores Username and ... www.codingforums.com/archive/index.php?t-29462.html - 9k
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Mysql/php
Thanks, will check it out
|
|
|||
|
Re: Mysql/php
What is the reason why you don't want to use a database?
You could do anything that you want with flat files but there are not as efficient as databases. |
![]() |
| Tags |
| member log in |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP MySQL | ccandeland | Databases | 3 | Nov 17th, 2007 10:19 |
| MySql help | nashultz07 | Databases | 4 | Jul 27th, 2007 09:11 |
| Mysql | Paul00000001 | Databases | 7 | Sep 13th, 2006 21:48 |
| ASP and MYSQL | QuikFrozen | Classic ASP | 3 | Aug 16th, 2006 17:58 |
| Mysql | Physt | Databases | 1 | Aug 18th, 2004 21:45 |