Search found 9 matches

by paul_r
Sat Jun 21, 2003 6:09 am
Forum: Databases
Topic: can't connect to mysql while offline
Replies: 2
Views: 789

the error i get when i'm offline: Warning: mysql_connect(): Access denied for user: 'rivera@127.0.0.1' (Using password: YES) in c:\inetpub\wwwroot\mysql.php on line 15 rivera But my script runs perfectly fine when i'm online. Here's my script: <?php $username="rivera"; $password="rive...
by paul_r
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...
by paul_r
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...
by paul_r
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>...
by paul_r
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 ...
by paul_r
Sun Jun 15, 2003 6:57 pm
Forum: Databases
Topic: php newbie: mssql problem
Replies: 5
Views: 1738

i'm sorry. i couldn't find anything similar in the link you gave me. i'm using windows xp pro with iis and i have php 4.3.2. I'm also using microsoft sql server 2000. it works fine with asp.net. In the link you gave me, most were for unix/linux. how do i make php recognize the mssql functions?
by paul_r
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...
by paul_r
Sat Jun 14, 2003 10:41 pm
Forum: PHP - Code
Topic: query strings
Replies: 3
Views: 526

ok. sorry about that. thanks anyway!
by paul_r
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...