Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Server Side Programming > PHP Programming
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 05-13-2008, 03:46 PM
  #1
jtakajr
Novice (Level 1)
 
Join Date: May 2008
Posts: 5
iTrader: (0)
jtakajr is an unknown quantity at this point
Exclamation Member Login

Hey, I am very new to PHP but I do know HTML well.. I was wondering if someone could help me create this for my site:

Login Area > When logged in, The page becomes personal with there name displaying and other things like that (right now, all I really need is name).

Register area > form with Name, E-mail, Password.

is there anyway I can get the register to do it on its own? I would be fine with having to manually enter the new registrations because the web page is for a small group but I would still like it to be automatic.
Is this possible to do with PHP?

Thanks!
jtakajr is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-13-2008, 04:11 PM
  #2
Vege
♥♥♥
 
Vege's Avatar
 
Join Date: Sep 2004
Location: Finland
Posts: 2,500
iTrader: (0)
Vege will become famous soon enough
Do you really want to build your own or do you just wanna use it?
Meaning there are numerous premade systems available.

This kind of job is what php does best.
__________________
I read the bible
Specially pg.681
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-13-2008, 04:28 PM
  #3
jtakajr
Novice (Level 1)
 
Join Date: May 2008
Posts: 5
iTrader: (0)
jtakajr is an unknown quantity at this point
Talking

Well I would not mind learning, but I would be REALLY happy with the other option..
jtakajr is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-13-2008, 04:53 PM
  #4
Vege
♥♥♥
 
Vege's Avatar
 
Join Date: Sep 2004
Location: Finland
Posts: 2,500
iTrader: (0)
Vege will become famous soon enough
http://en.wikipedia.org/wiki/List_of...gement_systems
Choose your destiny.
__________________
I read the bible
Specially pg.681
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-13-2008, 05:03 PM
  #5
jtakajr
Novice (Level 1)
 
Join Date: May 2008
Posts: 5
iTrader: (0)
jtakajr is an unknown quantity at this point
Whoa, How do those work?..
jtakajr is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-13-2008, 05:12 PM
  #6
Vege
♥♥♥
 
Vege's Avatar
 
Join Date: Sep 2004
Location: Finland
Posts: 2,500
iTrader: (0)
Vege will become famous soon enough
Basically you download their paggage, (read the manual that they provide) put the files into your host and run the setup program that installs the databases and lets you use GUI tools to alter the settings after installation via browser.

The one you wanna use debends what you wanna do with the system as they are build into sertain purpoce.
__________________
I read the bible
Specially pg.681
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-13-2008, 07:35 PM
  #7
jtakajr
Novice (Level 1)
 
Join Date: May 2008
Posts: 5
iTrader: (0)
jtakajr is an unknown quantity at this point
Okay, So I uploaded the thing.. and I open the Install thing.. It tells me to sign up or something with the Database name and username and password then for Admin it says username e-mail and password.. then it shows "Database information updated?: NO Please make sure the database information is correct and then try again" what is the database information supposed to say??

Thanks!

EDIT:
*******************
this is the information i need:

MySQL Information
Table Prefix - NEED THIS
Database Host - HAVE THIS
Database Name - HAVE THIS
Database Username - HAVE THIS
Database Password -HAVE THIS

Admin Account
Username WHATS THIS?
Password WHATS THIS?
E-Mail
*******************

Last edited by jtakajr : 05-13-2008 at 07:41 PM. Reason: wronginformation
jtakajr is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-14-2008, 12:41 AM
  #8
awpti
Soldier (Level 11)
 
Join Date: Nov 2006
Location: Phoenix, AZ
Posts: 114
iTrader: (0)
awpti is an unknown quantity at this point
This means you need to go back to the site where you downloaded it and read the documentation. Carefully. 3 or 4 times.

Maybe 2 or 3 more times just to be sure.

Comments on this post
jtakajr agrees:
__________________
Blog:
-- GeekLAN
Project:
-- LAMPTips.com
awpti is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-14-2008, 02:08 AM
  #9
Vege
♥♥♥
 
Vege's Avatar
 
Join Date: Sep 2004
Location: Finland
Posts: 2,500
iTrader: (0)
Vege will become famous soon enough
database information is the information about your database that you get from your service provider.

If you don't have a database as an option, then you must choose one that don't use one.
__________________
I read the bible
Specially pg.681
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-16-2008, 11:05 AM
  #10
jtakajr
Novice (Level 1)
 
Join Date: May 2008
Posts: 5
iTrader: (0)
jtakajr is an unknown quantity at this point
is there anyway you can do this without cms?..
jtakajr is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 05-16-2008, 11:58 AM
  #11
Vege
♥♥♥
 
Vege's Avatar
 
Join Date: Sep 2004
Location: Finland
Posts: 2,500
iTrader: (0)
Vege will become famous soon enough
Sure, you just need more knowhow.
Adding data to file or database and reading and modifying that data, data sanitation, maybe email sending, session handling and security checks.

There are meny tutorials how to set it up, even good books.
It's the most common question here and google usually gives you also allot of help, directions.

You just need to take one step at a time.
__________________
I read the bible
Specially pg.681
Vege is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Reply


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 04:14 PM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.