PHP/MySQL
Public forum
Unmoderated forum

Forum administrated by php4u
Experts talk here !
Share your knowledge on PHP scripting and MySQL databases administration with a large community of expert Webmasters. The Webmaster PHP forums is THE place where coders chat!
New messages 1
Total messages 12843
Subject RE: trying to install phpESP but failing

Author:  brisray
Date:    10-10-2007 22:06

Did you get this towork?

As fa as I know the only db settings you need are:

database host: localhost
database access login: your-Tripod-id
database access password: empty
database name: your-Tripod-id_uk_db

and to connect to it you use...

$db = mysql_connect("localhost","user","password");
mysql_select_db("user_uk_db",$db);

Ray






    Subject Author Date
trying to install phpESP but failing  
mkogel 09-10-2007 18:05
RE: trying to install phpESP but failing  
brisray 10-10-2007 22:06
RE: trying to install phpESP but failing  
abu-bassam 15-11-2008 15:59

Subject:

Message:

Include original message   Cancel