Search results

  1. D

    MYSQL and php

    Help please. I am a novice, starting at square one with php. I just want the simplest set up to connect. So far, I've got a database going, called 'DaveC42_weight_test', and a php page in my root that has the following code: $dbcnx = @mysql_connect( "new_sqlserver",<myuserID>,<mypwd>)...
  2. D

    MYSQL php connection

    I've got my MYSQL database created (DaveC42_weight_test) with a couple of records in it, and I've got a PHP page working (www.davesbrain.ca/test1.php) in my root folder. Now I want to put them together. What is the path to my db? $db = mysql_connect("?", "?");
  3. D

    account active and waiting

    I got my domains transferred almost a week ago, how long do I have to wait for them to become avaiable? And will I know it? My URL currently says: "Your account has been created. You can access your Web site right away using..." That means it's still seeping around the web, right?
Back
Top