Mysql/php

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 5th, 2007, 08:58
Junior Member
Join Date: May 2007
Location: uk
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Jun 5th, 2007, 09:54
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
  #3 (permalink)  
Old Jun 5th, 2007, 15:34
Junior Member
Join Date: May 2007
Location: uk
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mysql/php

Hi, Thank you,

You wouldn't happen to know of any scripts would you

Thanks Loads

Marie
Reply With Quote
  #4 (permalink)  
Old Jun 5th, 2007, 17:29
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
  #5 (permalink)  
Old Jun 12th, 2007, 23:07
Junior Member
Join Date: May 2007
Location: uk
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mysql/php

Thanks, will check it out
Reply With Quote
  #6 (permalink)  
Old Jul 10th, 2007, 04:13
Junior Member
Join Date: Apr 2006
Location: WebmasterGround.com
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7 (permalink)  
Old Jul 10th, 2007, 10:02
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 720
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mysql/php

or as manageable...
Reply With Quote
  #8 (permalink)  
Old Jul 10th, 2007, 13:20
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mysql/php

It all depends how much data is stored. An XML document with a few lines is just as effective as having a few items stored in a DB.
Reply With Quote
Reply

Tags
member log in

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 11:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43