Results 1 to 3 of 3

Thread: Website database

  1. #1
    Senior Member
    Join Date
    Apr 2005
    Location
    USA
    Posts
    422

    Website database

    hey all, I'm creating a political website for someone, and they want to have some type of login for content (not like a forum; more like access to pages and polls, that will send info to the user, depending on what they put) on the website. This login name needs to also contain info on the user that they put in upon membership, such as age, gender, etc. I don't know where to start with something like this, or i would have searched myself. We have a server and a domain, but not much else. So this leads to a few questions. Is there a specific language that will be able to be used for something like this? and does the web host have to support this language, or can software be uploaded via FTP? Any info directing towards information on this would be very helpful and will be much appreciated.

  2. #2
    Senior Member MadBeaver's Avatar
    Join Date
    Jul 2003
    Location
    Bath, Maine
    Posts
    252
    I believe the most common solution is MySql (database) and PHP (Web Pages).
    Mad Beaver

  3. #3
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    The first thing you'll need to find out is what kind of hosting you guys have. To do what you're wanting to do, you'll want a database and scripting language support. Depending on what hosting package you have, you may have neither (database nor scripting language support), just one, or both. If your server is an MS server and you have both, it's probably going to be a combination of MS SQL Server (database) and ASP (language); if the server is *nix, it's probably going to be MySQL (database) and PHP (language). Once you know that you have both, you can start looking around for readily-built scripts (or pick up some SQL and the appropriate language). If you don't have both, you'll want to look into getting it anyway :

Similar Threads

  1. Windows Error Messages
    By cheyenne1212 in forum Miscellaneous Security Discussions
    Replies: 7
    Last Post: February 1st, 2012, 02:51 PM
  2. Website Administration
    By jethro in forum The Security Tutorials Forum
    Replies: 4
    Last Post: August 9th, 2006, 10:13 AM
  3. Website Database Help
    By Cube3k in forum Web Security
    Replies: 4
    Last Post: June 2nd, 2005, 04:53 PM
  4. SQL Tutorial – Basics
    By mikester2 in forum Other Tutorials Forum
    Replies: 5
    Last Post: January 31st, 2005, 01:16 PM
  5. Multiple vulnerabilities in Oracle Products
    By Spyder32 in forum Miscellaneous Security Discussions
    Replies: 0
    Last Post: September 1st, 2004, 06:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •