i'm having more problems with the program. i switched my web hosting plan from unix based to windows in order to use asp. but my isp doesn't offer mysql on windows and the code:
$mySQL_host = "localhost";
$mySQL_user = "loginname";
$mySQL_pwd = "password";
in setup.php is giving me the error messages:
Quote:
Warning: mysql_connect(): Unknown MySQL Server Host
'hosting company address' (11004) in
D:\my address\wwwroot\settings.php
on line 72
Warning: mysql_select_db(): supplied argument is not a
valid MySQL-Link resource in
D:\inetpub\virtual\my address\wwwroot\settings.php
on line 73
is there some kind of workaround if you are not on a linux system, because i need to be able to use the forms capabilities that asp provides, but desparately need the cookie password protection that the software i purchased from you offers.
thanks again,
"kcsteve"