Search results

  1. gavicus

    suspended for inactivity

    My account was suspended for inactivity. So, I visited the support site, but the url http://x10hosting.com/login.php does not work. Please let me know how I can reactivate my account. username: gavicus email: gavinlowry@gmail.com
  2. gavicus

    Huge List Of Free MMO Games

    I played Anarchy Online back when it wasn't free. Fun game. They charge for the use of any of their upgrades (added classes, content/storyline), but the game is very playable without it. I played Conquer Online for a little while and decided I was too spoiled by the other games that have better...
  3. gavicus

    Strange SQL Problem

    Ack! That's it! Thanks for your help.
  4. gavicus

    Strange SQL Problem

    I have an SQL table I can only insert to if its empty. In other words, with my code as it is, the table only holds one record at a time. The table genre_lookup has 3 fields: id: int, primary key movie: int genre: int and the SQL command: mysql_query( 'INSERT INTO genre_lookup (movie,genre)...
  5. gavicus

    SQL Query Problem

    Ok, I found the problem--it was in my SQL query. Well, like I said, I'm new at this. Still, garrettroyce, how do you put in error checking?
  6. gavicus

    SQL Query Problem

    I use stripslashes and mysql_real_escape_string on both username and password, but I trimmed them out of my message as I don't think they're the problem. Thanks for the response, though. I couldn't agree more. Oh, I also removed the semicolon from the query string, but got the same results. Why...
  7. gavicus

    SQL Query Problem

    I'm having problems with my login script. I use the code: $connection=mysql_connect($server,$username,$password); $db=mysql_select_db($database,$connection); $myusername=$_POST['myusername']; $mypassword=$_POST['mypassword']; $q = "SELECT * FROM users WHERE username='$myusername' and...
  8. gavicus

    SQL Command Line

    Is there a command line to our SQL databases on this site? I'm having problems getting my db started and it's awkward to push my create and show commands through a php script.
  9. gavicus

    Newby Problem

    I'm not sure if this is the right corner of the forums for this message, but I'm just getting started at x10 and ran into a little snag. I replaced the default index.htm with a simple... <html><body> test </body></html> ...and now I can't hit the page. My url is http://rabbit.x10hosting.com/...
Top