hi all,
newbie question ...
i'm running a php interpreter and mySQL for windows on my local machine (xp pro pc). php files located inside my Inetpub/wwwroot folder run fine, so i assume the interpreter has been folded into IIS somehow. with the mySQL server running, i can connect to localhost.
problem is, i created a test database from the mySQL command prompt, so it lives (by default) in the mysql/data folder. i'd like to access the mySQL database via my php scripts, regardless of where those two files reside.
i tried to google my way through this, but nothing so far. if you've got any hints, i'd be into hearing.
thanks!
andré