Error while connecting to a remote MySQL-database
Posted: Mon Dec 20, 2004 10:13 am
I'm pretty new to PHP and MySQL, but I made a script to login in a members section on my site. It worked, but now I changed the location of the database and I got this warning-message below.
------------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /home/projects/mijndomein3/default/detritus/rechtswinkeloverbetuwe.nl/www/config.php:17) in /home/projects/mijndomein3/default/detritus/rechtswinkeloverbetuwe.nl/www/inloggen.php on line 23
------------------------------------------------------------------------------
The database is hosted on a remote server (http://www.freesql.org) and the site is hosted in Holland (http://www.rechtwinkeloverbetuwe.nl). I know it's not a MySQL connection problem.
------------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /home/projects/mijndomein3/default/detritus/rechtswinkeloverbetuwe.nl/www/config.php:17) in /home/projects/mijndomein3/default/detritus/rechtswinkeloverbetuwe.nl/www/inloggen.php on line 23
------------------------------------------------------------------------------
The database is hosted on a remote server (http://www.freesql.org) and the site is hosted in Holland (http://www.rechtwinkeloverbetuwe.nl). I know it's not a MySQL connection problem.