Jump to content

adarhol

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by adarhol

  1. everything is correct php and my sql works but when i tried to connect dreamweaver with mysql i can't, i got this message :

     

    error undefined....

     

    dreamweaver create a connection : here is the file:

     

    <?php

    # FileName="Connection_php_mysql.htm"

    # Type="MYSQL"

    # HTTP="true"

    $hostname_dbconnection = "localhost";

    $database_dbconnection = "name_database";

    $username_dbconnection = "user";

    $password_dbconnection = "password";

    $dbconnection = mysql_pconnect($hostname_dbconnection, $username_dbconnection, $password_dbconnection) or trigger_error(mysql_error(),E_USER_ERROR);

    ?>

    [code]

     

    can you help me? I also modified the php.eni :

     

    [code]

    extension_dir = “d:\php\ext”

    [code]

     

    thanks, i'm getting crazy.....

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.