MSSQL & PHP
am 29.05.2002 22:46:01 von jcuz
Hi--
I might be off-topic here, but has anyone seen this error:
Every time I call a functions, such as "mssql_connect, mssql_pconnect, ANY
mssql_functions) I get an error message of "the page cannot be
displayed." ALL other PHP commands work just fine, except those "MSSQL"
ones...any ideas?
Julio Cuz, Jr.
jcuz@rccd.cc.ca.us
Information Services
Riverside Community College
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
Re: MSSQL & PHP
am 30.05.2002 01:14:41 von Chris
>Hi--
>
>I might be off-topic here, but has anyone seen this error:
Just slightly. This list is for PostgreSQL so these are guesses.
>Every time I call a functions, such as "mssql_connect, mssql_pconnect, ANY
>mssql_functions) I get an error message of "the page cannot be
>displayed." ALL other PHP commands work just fine, except those "MSSQL"
>ones...any ideas?
PHP probably isn't compiled with mssql functions - you need to explicitly
say --with-mssql or whatever the switch is. It should come up with "unknown
function" for an error message but it depends on your settings - you might
have error display turned off or something.
-----------------
Chris Smith
http://www.squiz.net/
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html