Search found 9 matches
- Sat Jun 21, 2003 6:09 am
- Forum: Databases
- Topic: can't connect to mysql while offline
- Replies: 2
- Views: 789
- Sat Jun 21, 2003 1:25 am
- Forum: Databases
- Topic: can't connect to mysql while offline
- Replies: 2
- Views: 789
can't connect to mysql while offline
hello! why can't i connect to my mysql database server while i'm offline? But when i'm connected to the internet, i'm able to connect to it. I use COMPUTERNAME in mysql_connect() method. I have already tried localhost and 127.0.0.1. i also tried appeding the port, 3306. Still nothing when offline. i...
- Wed Jun 18, 2003 9:13 am
- Forum: Databases
- Topic: ntwdblib.dll
- Replies: 0
- Views: 555
ntwdblib.dll
help. can anyone tell me where i can get the version 8 of the mssql libraries? I have version 7. I read somewhere that you really can't connect to your mssql server with version 7. I get these errors: Warning: mssql_connect(): message: Login failed for user 'Paul Rivera'. Reason: Not associated with...
- Tue Jun 17, 2003 10:20 pm
- Forum: Databases
- Topic: php newbie: mssql problem
- Replies: 5
- Views: 1738
by the way, these are the errors i receive: Warning: mssql_connect(): Unable to connect to server: 127.0.0.1:1433 in c:\inetpub\wwwroot\db.php on line 6 Warning: mssql_close(): supplied argument is not a valid MS SQL-Link resource in c:\inetpub\wwwroot\db.php on line 7 this is my db.php file: <html>...
- Tue Jun 17, 2003 10:03 pm
- Forum: Databases
- Topic: php newbie: mssql problem
- Replies: 5
- Views: 1738
i got the mssql functions working. now i just need to get the later version of the ntwdblib.dll. I can't connect to my mssql server. I found a link for the .dll file in the page debian gave me but i can't open it. I can't find any on the web. The one on my sql cd is only about 260kb. I believe that ...
- Sun Jun 15, 2003 6:57 pm
- Forum: Databases
- Topic: php newbie: mssql problem
- Replies: 5
- Views: 1738
- Sun Jun 15, 2003 10:27 am
- Forum: Databases
- Topic: php newbie: mssql problem
- Replies: 5
- Views: 1738
php newbie: mssql problem
hellO! i'm trying to connect to my ms sql server. i tried mssql_connect( "localhost", "", "" ); but i get an error saying: Fatal error: Call to undefined function: mssql_connect() in c:\inetpub\wwwroot\db.php on line 6 i read something in your site about how to fix this...
- Sat Jun 14, 2003 10:41 pm
- Forum: PHP - Code
- Topic: query strings
- Replies: 3
- Views: 526
- Fri Jun 13, 2003 11:21 pm
- Forum: PHP - Code
- Topic: query strings
- Replies: 3
- Views: 526
query strings
hello! i have a problem passing data from one page to another. I made two sample pages: //getname.html <html> <body> <form action="handler.php" method="get"> first name: <input type="text" name="FirstName"> <input type="submit" value="submit&quo...