Mysql connection
Posted: Mon Jun 19, 2006 12:58 am
Hi, we have end site layout (really fast and made with css+xhtml) so we have insert the mysql connection
The page load seems very very slow at middle of page
Page is load within middle, after there are pause of 1/2 second and after load continue ..
we don't have meet this problem
so, we have comment all last row code..
the row that make problem is mysql connection:
$conn = mysql_connect($_CONFIG['host'], $_CONFIG['user'], $_CONFIG['pass']) or die('Impossibile stabilire una connessione');
mysql_select_db($_CONFIG['dbname']);
Have you any idea ??
thks
ps. sorry x bad english - any correction thks
The page load seems very very slow at middle of page
Page is load within middle, after there are pause of 1/2 second and after load continue ..
we don't have meet this problem
so, we have comment all last row code..
the row that make problem is mysql connection:
$conn = mysql_connect($_CONFIG['host'], $_CONFIG['user'], $_CONFIG['pass']) or die('Impossibile stabilire una connessione');
mysql_select_db($_CONFIG['dbname']);
Have you any idea ??
thks
ps. sorry x bad english - any correction thks