
Originally Posted by
Andy128 Navedesign-
here is my connection string as presented in c-panel;
dbh=mysql_connect ("localhost", "andy128_andy128", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("andy128_GPPINFO");
In phpmagic I am asked to provide: Server, User name,Password,Database Name
Here is how I have provided that info:
Server = localhost
User Name=andy128_andy128
Password= ******
Database Name =andy128_GPPINFO
In your opinion- is this right? Or should server be netisopen.com:3306 ?
I know you haven't used phpmagic's program- I am just trying to get the basics that apply across the board.
Thanks again for all your help.
Andy