Results 1 to 4 of 4

Thread: [RESOLVED] mysql help

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2009
    Posts
    28

    Resolved [RESOLVED] mysql help

    i have a login/register working with db in a folder called working and a website in a folder called site
    i was to make a html document member page so people can see who register on the site how would i do that i know the database name ect jutst need the code

    cany anyone help

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: mysql help

    Here is an intro to PHP+ MySQL.

    If you have issues with the tutorial we can help you, but we tend to help those who have a coding attempt to show.

    http://www.php-mysql-tutorial.com/wi...-database.aspx

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2009
    Posts
    28

    Re: mysql help

    thats the think i know html just not mysql lool

  4. #4
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: mysql help

    you need to make a table in the database to store the users in, and to view users you can use the command:
    Code:
    SELECT * FROM <tablename> WHERE <clauses>
    the file executing this command also needs to be a PHP file, not an HTML file. the link posted above shows the basics of how to use MySQL with PHP (and has nothing to do with HTML), so you may want to actually read through it..

Posting Permissions

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



Click Here to Expand Forum to Full Width