Results 1 to 6 of 6

Thread: mysql
      
   

  1. #1
    agulotta is offline Sergeant
    Join Date
    Sep 2008
    Posts
    38

    Arrow mysql

    i have a programmer doing some database work for a site i built and he asked the below question in red...what do i do? thanks for the help...thanks

    Sorry about that, I will add the space to input creditors tonight.
    Being as I have your approval lookwise, I can start the programming
    behind the calculations tonight. The hardest part will be adding
    what's submitted and calculated to the contract itself. If I don't run
    into any issues building it further, I can have the link live by the
    end of this week. But I will keep you posted daily. As for cost, being
    as its only a page or 2 design wise, I would say about $200.

    If you want me to create an actual login page, where your staff can
    log in, to access this calculator, I need to know if your current web
    hosting has MYSQL installed. I would need that to create the user
    accounts, registration p

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,298

  3. #3
    agulotta is offline Sergeant
    Join Date
    Sep 2008
    Posts
    38

    Default Re: mysql

    thanks, but what do i have to do?

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,118

    Default Re: mysql


    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    agulotta is offline Sergeant
    Join Date
    Sep 2008
    Posts
    38

    Default Re: mysql

    this is the latest from my database creator....i gave my username and password to cpanel....this is going to www.rapiddebtsettlement.com website, one of many i have hosted under one public html....can you help..thanks

    Sorry no it didn't.. I am connecting to the database through php here is the code
    $host="localhost"; // Host name
    $username="cnpdlizb_rapid"; // Mysql username $password="password"; // Mysql password $db_name="cnpdlizb_registration"; // Database name $tbl_name="members"; // Table name

    I need to know that host name, localhost is not working...
    on my own personal website the host name for my own mysql server is :
    db526.perfora.net
    so it needs to be something along those lines. otherwise it wont let me connect. and at 1&1 who hosts my website they clearly show you db526.perfora.net is the host name, in this cpanel they don't tell you.

  6. #6
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,118

    Default Re: mysql

    Unless the php script is on a different server then the database then the host will be "localhost". Make sure he is using the right username,password, and database name, and that he gave permission for the username to access the database.

    If you were to go to rapiddeptsettlement.com/cpanel and login, if that is the same cpanel account the database was created with it most definently will be "localhost"..

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49