Search results

  1. A

    PHP/mySQL noob question

    Hi, This is my second day programming in PHP/mySQL. Im trying to delete an entry. My table has three rows: name, val1, val2 and im trying to delete a row which has name 'stevenjones' function db_delete($nm) { @mysql_query("DELETE FROM table WHERE name=$nm"); } It says Error: Unknown column...
  2. A

    default index

    Hi, i was told to change my default index (before the guy closed the topic so i could ask him whatever it means)... So how do i do it? Or where can i read about it. I really dont want my account suspended again... Thanx
  3. A

    Account Suspended

    ;-( My account just got suspended because "Default index not changed" (whatever that means...). I didnt know i was supposed to change it... My Cpanel is http://alexxz4.x10hosting.com:2082
  4. A

    Cant access my files

    Hi, im sorry for sounding noob but i cant access my public files remotely. I have 'file.txt' in my public_ftp. I tried this links to access it, and none of them worked http://alexxz4.x10hosting.com/home/alexxz4/public_ftp/file.txt http://alexxz4.x10hosting.com/home/public_ftp/file.txt...
Top