database help
#4

Looks like on line 29120 you tried to set host and password to connect to tatabase and there's something like that:

mysql_connect( localhost, "root", bwp... );

You must wrap those parameters in double quotes:

mysql_connect( "localhost", "root", "bwp..." );


...I guess, since you didn't provide any code
Reply


Messages In This Thread
database help - by thomasanderson39 - 17.08.2015, 18:46
Re: database help - by dominik523 - 17.08.2015, 18:54
Re: database help - by Toxik - 17.08.2015, 19:00
Re: database help - by prineside - 17.08.2015, 19:20

Forum Jump:


Users browsing this thread: 1 Guest(s)