Search results

  1. cjbonn2005

    Database Connection Problem

    It doesn't offer me an option to create one, it just says something like type a name for the database, then it just inputs it... no option to insert username and pass. Unless the username and pass is what the "Users" section is for o.0?
  2. cjbonn2005

    Site Problem

    If you truly removed it, then your browser must just be caching your index.
  3. cjbonn2005

    Login Page

    First of all, the information the user submits isn't sent to the database, it is only cross-referenced to make sure the data they types is correct. For example: <? $username = username submitted by user $pass = password submitted by user $login = mysql_query("SELECT * FROM login WHERE...
  4. cjbonn2005

    Database Connection Problem

    I'm trying to connect to my database but it wont let me, I have localhost as host, (username)_(DB name) as username. But what do I put for the password. I put what I do to log into the cP, but that fails. It would be alot simpler if we could assign our own password to that database WHEN we...
Top