Re: [PHP] Hoping for a hand with a login script

2009-09-11 Thread Ben Dunlap
> Moreover, I'm using CI right now, and as far as I know, it does *no* > user authentication. I had to write my own routines, using their session > class to save the user data. Yeah, I realized that too (hence my last post to this thread) -- so, scratch CI for the present purpose. Ben -- PHP Ge

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Paul M Foster
On Thu, Sep 10, 2009 at 01:00:19PM -0400, Bob McConnell wrote: > From: Ben Dunlap > > > > http://codeigniter.com/ > > http://framework.zend.com/ > > http://www.solarphp.com/ > > While I have not looked at the last two, there is one thing that bothers > me about your recommendation of codeigni

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Ben Dunlap
> I would recommend this to anyone looking to build any sort of web app. > Could be that nothing out there will end up serving your purposes, but ... and, on further investigation, it looks like CI, surprisingly enough, doesn't actually have pre-built authentication and access control (although it

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Ben Dunlap
> several packages available to provide it. But I believe that telling > someone to adopt a complete portal system like CI just to get basic > authentication is gross overkill. There has to be a better way to > provide this core functionality without installing a monster package > that will be 95%

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Bastien Koert
On Thu, Sep 10, 2009 at 12:21 PM, Ben Dunlap wrote: >> So I'm trying to set up a small website that includes a store ( >> www.rareintaglio.com), i have all of my HTML hammed out and now I'm working >> on creating an admin login for the sites owner to input data from a back simple folder protectio

RE: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Bob McConnell
From: Ben Dunlap > >> So I'm trying to set up a small website that includes a store ( >> www.rareintaglio.com), i have all of my HTML hammed out and now I'm working >> on creating an admin login for the sites owner to input data from a back > > I would really strongly advise against building your

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Robert Cummings
Ben Dunlap wrote: So I'm trying to set up a small website that includes a store ( www.rareintaglio.com), i have all of my HTML hammed out and now I'm working on creating an admin login for the sites owner to input data from a back I would really strongly advise against building your own authe

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Ben Dunlap
> So I'm trying to set up a small website that includes a store ( > www.rareintaglio.com), i have all of my HTML hammed out and now I'm working > on creating an admin login for the sites owner to input data from a back I would really strongly advise against building your own authentication system.

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Tommy Pham
-- On Thu, 9/10/09, Watson Blair wrote: > From: Watson Blair > Subject: Re: [PHP] Hoping for a hand with a login script > To: "Tommy Pham" > Cc: php-general@lists.php.net > Date: Thursday, September 10, 2009, 4:31 AM > Hey Tommy,Thanks for the link, I found > a

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Watson Blair
Hey Tommy,Thanks for the link, I found a few typos in my variables, and Query. but now it's returning: Results: Resource id #2 *Warning*: Cannot modify header information - headers already sent by (output started at /home/content/i/n/t/intag/html/session.php:16) in * /home/content/i/n/t/intag/html

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Tommy Pham
--- On Thu, 9/10/09, Tommy Pham wrote: > From: Tommy Pham > Subject: Re: [PHP] Hoping for a hand with a login script > To: php-general@lists.php.net > Date: Thursday, September 10, 2009, 4:13 AM > --- On Thu, 9/10/09, Watson Blair > > wrote: > > > From: Watson Bl

Re: [PHP] Hoping for a hand with a login script

2009-09-10 Thread Tommy Pham
--- On Thu, 9/10/09, Watson Blair wrote: > From: Watson Blair > Subject: [PHP] Hoping for a hand with a login script > To: php-general@lists.php.net > Date: Thursday, September 10, 2009, 4:06 AM > Hey guys,This is a simple issue I'm > sure, however I'm having one he

[PHP] Hoping for a hand with a login script

2009-09-10 Thread Watson Blair
Hey guys,This is a simple issue I'm sure, however I'm having one hell of a time seeing my way clear of it. I appreciate any support you guys could throw my way. So I'm trying to set up a small website that includes a store ( www.rareintaglio.com), i have all of my HTML hammed out and now I'm worki