1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Website Help

Discussion in 'BBS Hangout' started by u851662, Nov 19, 2008.

  1. u851662

    u851662 Member

    Joined:
    Jun 4, 2002
    Messages:
    643
    Likes Received:
    0
    I know this is a long shot, but i was wondering if any of you have any experience with creating a log-in database for a website. ive been reading up on PHP and Sequel but i am still unable to figure out how to create the login page. Im not sure if i said this right but any help would be appreciated. Thanks BBS.
     
    #1 u851662, Nov 19, 2008
    Last edited: Nov 19, 2008
  2. SwoLy-D

    SwoLy-D Member

    Joined:
    Jul 20, 2001
    Messages:
    37,618
    Likes Received:
    1,456
    What are your skills right now? Do you know some programming? PHP is easy to pick up if you know your "C" type languages, and if you know JavaScript or ECMA and your Java or C++, it's easy to pick up. :eek:

    I don't do too much Database Web development (see DrLudicrous, Lady_Di, etc., for that), but I have dabbled into a lot of AUTOMATED PHP using Dreamweaver's scripts and some tweaking of my own. It's easy to create a MySQL connection, then a recordset and subsequently populate some pages with database query results in DreamWeaver.

    Start at W3Schools for easy reading on PHP, then move onto PHP.net for the real documentation. There are plenty of tutorials out there on MySQL and SQL database connectivity.

    Good luck. :cool:

    What exactly is a "long database", in your own definition? Is this for work? Check out some PHP beginner books at www.bookpool.com if you can wait a couple of weeks for delivery, reading, etc.
     
  3. u851662

    u851662 Member

    Joined:
    Jun 4, 2002
    Messages:
    643
    Likes Received:
    0
    My bad, i meant LOG-In database. Dont know if that makes sense or not. I am not very familiar with programming\code the site I built I did by reverse engineering. My knowledge is Exchange\AD administration. However I will follow up on your suggestions and see where that gets me. Thanks again.
     
  4. DrLudicrous

    DrLudicrous Member

    Joined:
    May 9, 2002
    Messages:
    3,936
    Likes Received:
    203
    Is this site being hosted at a third party hosting service? If so, they should have some sort of admin utility to create your database/tables. Most hosting sites that offer PHP/MySQL use CPanel with some sort of web based MySQL admin tool.
     
  5. u851662

    u851662 Member

    Joined:
    Jun 4, 2002
    Messages:
    643
    Likes Received:
    0
    Yep they do, and your right Cpanel & MySql admin. They have some video instructions but I need to learn the concept and the basics to really undertsand whats going on. i see it, but I really dont understand it.
     
  6. SwoLy-D

    SwoLy-D Member

    Joined:
    Jul 20, 2001
    Messages:
    37,618
    Likes Received:
    1,456
    It seems like you may have to learn MySQL or just databases in general before you dive into those "open waters" without a floating device, brother. :(

    I recommend a couple of books or tutorial sites for that before you create your site. If you can 'reverse-engineer' proficiently, more power to you... but be careful you don't accidentally delete some IMPORTANT database, or such. :cool:
     
  7. DrLudicrous

    DrLudicrous Member

    Joined:
    May 9, 2002
    Messages:
    3,936
    Likes Received:
    203
    Here's a few sites with the basic concepts of relational databases that could help you understand the basic concepts. If all you'll be storing is username/password and some basic demographic information you'll probably just need one table though. If you have any specific questions just ask and I'll try to answer them.

    http://en.wikipedia.org/wiki/Relational_database

    The third page about views probably won't be very useful to you.
    http://www.databasejournal.com/sqletc/article.php/1469521/Introduction-to-Relational-Databases.htm

    http://www.miswebdesign.com/resources/articles/wrox-beginning-php-4-chapter-3-1.html
     

Share This Page