Server rentals :: NFOservers.com

Forums

All times are UTC - 8 hours



Author Message
 Post subject: 1000th topic!!
PostPosted: Wed Jun 15, 2011 10:41 pm 
Offline
New to forums
New to forums

Joined: Wed Jun 15, 2011 10:29 pm
Posts: 3
This isn't spam though, because I have a very serious question.

When I try doing a mssql connection to our mssql server on the web-hosting machine(s), it does not work. This is a code example:

Code:
<?php
echo "Testing NFO-Server's mssql server connection function....";
$connection = mssql_connect("96.31.75.130,1403","sa","*Removed*");
if(!$connection)
{
   echo "<br />Failed to connect.";
}
else
{
   echo "<br />Successfully connected.";
}
echo "<br />Test has been completed.";
?>


here is a example of hosted1 box:
http://cool.site.nfoservers.com/test.php

here is a example of hosted2 box:
http://boutcheetah.zylongaming.com/test.php

(the above does not work)
this one does(not hosted on nfo web-hosting)
http://96.31.75.130/test.php


Top
 Profile  
 
 Post subject: Re: 1000th topic!!
PostPosted: Wed Jun 15, 2011 10:51 pm 
Offline
Founder
Founder
User avatar

Joined: Thu Apr 18, 2002 11:04 pm
Posts: 9232
Location: Seattle
MSSQL should be supported here (otherwise your script would be failing in a different way, actually). That means that we have to look at possible connection (firewall) and MSSQL server-side concerns. Are you restricting connections by IP address on that end?


Top
 Profile  
 
 Post subject: Re: 1000th topic!!
PostPosted: Wed Jun 15, 2011 10:57 pm 
Offline
New to forums
New to forums

Joined: Wed Jun 15, 2011 10:29 pm
Posts: 3
nope, I can connect to it on my pc with navicat


Top
 Profile  
 
 Post subject: Re: 1000th topic!!
PostPosted: Wed Jun 15, 2011 11:08 pm 
Offline
New to forums
New to forums

Joined: Wed Jun 15, 2011 10:29 pm
Posts: 3
Problem resolved.

Many thanks Vanderburg. :mrgreen: :mrgreen:

(The problem was the comma, aparantly it is depreciated in php 5 or something.)

Also, thank you too edge, just cuz you edge ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
It is currently Tue May 21, 2013 3:12 pm
Powered by phpBB® Forum Software © phpBB Group