PDA

View Full Version : logon code


mover50
February 24th, 2005, 04:34 PM
Looking for some logon code (somewhat like what is used to register with this site).
My web site has a phpBB and it has a registration requirement which works fine. What I also need are for people to register when having to do one of the downloads from another page of the site or to register in general if they want to.

degsy
February 24th, 2005, 05:04 PM
Welcome :)

Here is a tutorial for a member system
http://www.phpfreaks.com/tutorials/65/0.php

mover50
February 24th, 2005, 05:14 PM
Welcome :)

Here is a tutorial for a member system
http://www.phpfreaks.com/tutorials/65/0.php

Thanks,

Not sure I need anything that involved. Besides, I am a cheapy and am looking for a freebie.

degsy
February 24th, 2005, 05:21 PM
You can make a simple login/authentication with php mySQL
http://www.zend.com/zend/tut/authentication.php

mover50
February 24th, 2005, 05:49 PM
You can make a simple login/authentication with php mySQL
http://www.zend.com/zend/tut/authentication.php

I know a little bit about mySQL, not a whole lot about php, even though I use phpBB. I have a strong programming background, know HTML quite well and Javascript along with perl, python and some C/C++.
I will do it this way, might be fun to learn another lanuage, however I am pressed for time and was hoping to find a script package that already does this.

Thanks degsy

degsy
February 24th, 2005, 06:10 PM
google for php content management system or php cms

mover50
February 25th, 2005, 05:17 AM
google for php content management system or php cms

That is still beyond my needs.