how can i hosting my web, what should i do
heres my all config.ini
<?php
$link = @mssql_connect("PINOY/SQLEXPRESS","sa","password") ;
$db = @mssql_select_db("CHARACTER_DBF");
?>
any idea??
how can i hosting my web, what should i do
heres my all config.ini
<?php
$link = @mssql_connect("PINOY/SQLEXPRESS","sa","password") ;
$db = @mssql_select_db("CHARACTER_DBF");
?>
any idea??