[PHP-DB] Re: mysql_connect() and phpmyadmin

2002-02-19 Thread Goldpoint
Dear Martin, Why don't you try this : ? $link = mysql_connect(localhost,phpcoder_dk,pdw ); if (!$link) { print(Connection fail); exit(); }else{ if (!mysql_select_db(phpcoder_dk,$link)) { print(Error);

[PHP-DB] Re: mysql_connect() and phpmyadmin

2002-02-13 Thread Raymond Lilleodegard
Hi Martin! I dont think I understood your question right here. Are you trying to connect to mysql ? regards Raymond Martin Allan Jensen [EMAIL PROTECTED] wrote in message 005901c1b40d$6143c390$040a@IceSystems">news:005901c1b40d$6143c390$040a@IceSystems... I just don't understand why