MS SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMS SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 9th, 2004, 05:58 AM
andyb7901 andyb7901 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: Bournemouth
Posts: 242 andyb7901 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 1 h 6 m 5 sec
Reputation Power: 4
Help With Connection

Im new at this and I am trying to connect to an mssql dtabase without any luck. I am using the following code;

$ref = $HTTP_POST_VARS["ref"];
$email = $HTTP_POST_VARS["email"];

$db = mssql_connect("server", "user","password");
mssql_select_db("table",$db);

$query = "SELECT * FROM HEALTH WHERE compno = '";
$query .= $ref;
$query .= "'";
$query .= " AND callname = '";
$query .= $email;
$query .="'";
$result = mssql_query ($query);
$count_rows = mssql_num_rows($result);

while ($row = mssql_fetch_array ($result))
{
$ref = $row['compno'];
$desc = $row['catdisplay'];
$details = $row['catdetails'];
$complaint = $row['complaint1'];
}

if ($count_rows > "0")
{
?>
<?php echo $ref; ?>


I keep being given the "Call to undefined function: mssql_connect()" error. I have changed the ini file on the server but seems to have given me no luck.

Can anyone help???

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMS SQL Development > Help With Connection


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway