Guest_imported
New member
- Jan 1, 1970
- 0
help,
i have just installed php and mysql when i try and connect to the database i have made (with phpmyadmin) using
mysql_connect('localhost', 'dave','pass' );
mysql_select_db('sitestats');
the browser will just time out and not find the page!!. It seems to work the first time i try it after booting up the machine but then wont work after that!! it seems to timeout if it trys to open any page with a .php extension.
so i dont think it is a database or 'my sql' prob
any ideas would be much appreciated..thanks
dave
i have just installed php and mysql when i try and connect to the database i have made (with phpmyadmin) using
mysql_connect('localhost', 'dave','pass' );
mysql_select_db('sitestats');
the browser will just time out and not find the page!!. It seems to work the first time i try it after booting up the machine but then wont work after that!! it seems to timeout if it trys to open any page with a .php extension.
so i dont think it is a database or 'my sql' prob
any ideas would be much appreciated..thanks
dave