Web Hosting Talk







View Full Version : cant get php program to work!!!


gupster
08-16-2005, 02:44 PM
help needed i am trying to run a php based web programm and cannot figuer out how.

The problem is:-

Warning: Supplied argument is not a valid MySQL-Link resource in c:\apache\htdocs\lib\database.php on line 87
CDatabase::Connect() error

The program is wwwservice-management.us/service-management-download.asp

please help!!!

Many thanks / Gupster

tiamak
08-16-2005, 02:57 PM
sounds like your mysql is not working or you have missconfigured your mysql connection

gupster
08-16-2005, 02:59 PM
This is the thing i am very new to php and have only dabbled with .asp Any help greatly appreaciated. I am not sure how to set up the sql?

gupster
08-16-2005, 03:16 PM
Contact me for a copy of the files. Any programmers who can help contact me about possible fees.

rich_en_pulpe
08-17-2005, 01:13 PM
send your files (and all explanation) to loewie_katorze@yahoo.fr ... i'll see what i can do

Silent1
08-18-2005, 09:34 PM
you can also send the file to silent1@gmail.com, i'll take a look as well.

gogocode
08-19-2005, 12:02 AM
Do you even have mysql installed?

gdigypsy
08-20-2005, 11:10 PM
Seems like your connection to mysql is not happening. Have you tried running any functions in the code like mysql_error() ?

Let me know if this issue has been solved...