Hello!
Troy Hickey wrote:
>Hi,
>
>I am pretty new to perl and am currently involved in setting up MySQL
>database using Perl. My setup includes MySQL running on Win95.
>I have a simple program which writes a few values to a database. The
>file works fine when using the Command Line interface
Troy Hickey wrote:
>Is there a different method of logging onto a DB when using it in a
>cgi-bin script rather than running the script from the DOS prompt? This
>would indeed explain a not connecting problem.
>
>My code snippet is:
>
>#
>
Is there a different method of logging onto a DB when using it in a
cgi-bin script rather than running the script from the DOS prompt? This
would indeed explain a not connecting problem.
My code snippet is:
#
$db="employees";
$host="localh
Hello!
Troy Hickey wrote:
>Hi,
>
>I am pretty new to perl and am currently involved in setting up MySQL
>database using Perl. My setup includes MySQL running on Win95.
>I have a simple program which writes a few values to a database. The
>file works fine when using the Command Line interface