[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

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

2009-09-10 Thread Tommy Pham
--- On Thu, 9/10/09, Watson Blair bestudios...@gmail.com wrote: From: Watson Blair bestudios...@gmail.com 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

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

2009-09-10 Thread Tommy Pham
--- On Thu, 9/10/09, Tommy Pham tommy...@yahoo.com wrote: From: Tommy Pham tommy...@yahoo.com 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 bestudios...@gmail.com wrote:

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 *

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

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

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 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

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 own

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 bdun...@agentintellect.com 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

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 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 Paul M Foster
On Thu, Sep 10, 2009 at 01:00:19PM -0400, Bob McConnell wrote: From: Ben Dunlap snip 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 codeigniter.