Re: How to do conectivity
Posted: Wed Dec 21, 2011 1:21 am
Depends on what database you have
Code: Select all
<?php
// for mysql
mysql_connect(host, username, password);
?>