Recent content by tmv105

  1. tmv105

    mysql_select_db not working with php page

    Duh! Thanks....it is not clear that after you create the user that they are not actually added to database. My user appeared to be there, but indeed under the username I needed to click the "add" button to administer privileges. Thanks again!
  2. tmv105

    mysql_select_db not working with php page

    I keep getting the error that "No database selected". I have a "Connections" file that contains this: <?php $hostname_diehl = "localhost"; $database_diehl = "tmv105_*****"; $username_diehl = "tmv105_*****l"; $password_diehl = "********"; $diehl = mysql_connect($hostname_diehl, $username_diehl...
  3. tmv105

    PHP MYSQL Connect

    You can also save your database as an SQL file and import to your x10hosting database. Go to phpMyAdmin within your x10host create database (I had to do this from MySQL not phpMyAdmin) select import locate your SQL file and voila....all of your tables are imported to your x10host db!
  4. tmv105

    Cannot Connect to Cpanel

    Hello! I am new to x10hosting and have just received my "Welcome" email. I am unable to get to my cPanel...a blank page appears after clicking on my websites cPanel link within my email. Any suggestions how to access so that I can upload my site? I have tried to connect to the server via...
Top