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

    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)...
  3. 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...
  4. 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.
  5. 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