Search results

  1. D

    Changes to mysql server?

    I can't connect to mysql with this login script: $con = mysql_connect("localhost", "md7dani2_myuser", "xxxxxxx"); Have there been any changes for the mysql server, is "localhost" still the right one to use or is the server down? thanx!
  2. D

    Problems with free hosting

    I have got a few problems with my free hosting after inactivity over a month. Now I can't log into my cpanel, don't know why. I tried to view my pages yesterday in IE and it worked just fine. Today I can't view them and I've done nothing, strange. I can access my account with filezilla so it...
  3. D

    Which version of Php?

    Which version of php is used for x10hosting (free hosting), Php5 or an earlier version? Are earlier versions of php compatible with php5? thanks /dani
  4. D

    can't create tables anymore

    I tried to create a table like I use to do but it's not working anymore. I don't get any fail messages but the table is not created. Has it something to do with the recently made Mysql updates? I don't understand...
  5. D

    Problem with Access to database

    Get this message when I try to Insert data into a Mysql database. I get this Message in browser: Error in table: Access denied for user 'md7dani2_myuser'@'lotus.x10hosting.com' to database '1' This is the code Im using: INSERT INTO Spec (city) VALUES ('$city_menu') I've checked...
Top