Hi,

I setup my site locally using mySQL, Apache and PHP. I need to transfer it to an ISP, but things aren't going right.

I'm using PHP-Nuke 6 as my "content management system"

Anyway, i'm hosting on spaceports.com

Datasource password:rtotmoMM
Passwords are synched
Datasource server:localhost
Datasource name:abdulf

What do i need to modify? I already know the PHP nuke database is called nuke.sql.

Thanks,
Abdul

    When you use the MySQL db functions, you have to do mysql_connect and then mysql_select_db, right? So in mysql_connect, you'd use the datasource server, the username, and the password. And then with mysql_select_db you use datasource name.

    Diego

      Write a Reply...