Page 1 of 1

Re: How to do conectivity

Posted: Wed Dec 21, 2011 1:21 am
by social_experiment
Depends on what database you have

Code: Select all

<?php
 // for mysql
 mysql_connect(host, username, password);
?>