Phpscripts For Mssql Server
-
- DBfiller
- Posts: 3816
- Joined: Fri Oct 31, 2003 5:30 am
- Location: San Diego CA, USA
- Contact:
php scripts dont work for mssql
you gotta make a asp script or somethin like that
you gotta make a asp script or somethin like that
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
bd you n00d they do work..

"<i>One night I was talking to God, but I realized I was talking to <u>myself</u></i>"<br><br><img src='http://img61.imageshack.us/img61/2678/untitled13bf.gif' border='0' alt='user posted image' /><br><br><b><u>Links</u></b><br>
-
- DBfiller
- Posts: 3816
- Joined: Fri Oct 31, 2003 5:30 am
- Location: San Diego CA, USA
- Contact:
no, thats mysqltyteman wrote: bd you n00d they do work..![]()
php dun work with mssql
nood
PHP + Mssql? I don't think php have connectivity with mssql. Must be "php + mysql" or "asp + mssql".
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Code: Select all
<?
$dbhost = "192.168.2.xxxx";
// Enter the username to connect to the db
$dbuser = "sa";
// Enter the password for the SQL Server
$dbpasswd = "xxxxxxxx";
}
//Database Name
$db = 'mainlogin';
$regsubmit = "regform.submit()";
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
?>
mssql works with php, but its not the best option having asp and mysqlbinarydata wrote:no, thats mysqltyteman wrote: bd you n00d they do work..![]()
php dun work with mssql
nood
PHP + Mssql? I don't think php have connectivity with mssql. Must be "php + mysql" or "asp + mssql".
the best is to use or =
php+mysql or asp+mssql like u quote..
:rolleyes:
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
You published the File config.php?morbid wrote: error<_<
If you published it it must have a problem with your DB
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
in the config.php file edit this ..morbid wrote: how to fix?
//ip del server sql
$dbhost = "201.255.133.53";
//Nombre de usuario de sql server(no cambiar)
$dbuser = "sa";
// Password de sql server
$dbpasswd = "pass";
By the data of your SQL Server .
You do not publish other so that it is not going to work.
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>