RE: [PHP-DB] PEAR DB testing volunteers needed

2001-01-23 Thread signup
Hi Stig, Hi, This is an invitation to help testing PHP's bundled database abstraction layer, DB. If you are interested in helping DB to become stable on _your_ database platform, please reply to this message with what database systems you have access to. Systems in particular interest

Re: [PHP-DB] PKFK

2001-01-23 Thread signup
I was hoping someone would look at this situation first, and someone did. However, the answer about needing to define a PK before you can use it as a FK being a limitation of SQL may have been a bit misleading (sorry, Jarek). It is more of a building block of relational theory rather than a

Re: [PHP-DB] Question about using php with Microsoft SQL server

2001-01-23 Thread signup
Hello, I'm trying to use the mssql_connect function to connect to the Microsoft SQL server with php4.0.3pl1 for window, but the return is "Fatal error: Call to undefined function: mssql_connect()". And another mssql function are also with the same result, but I have try use the mysql and

Re: [PHP-DB] PEAR DB testing volunteers needed

2001-01-23 Thread signup
Hi, This is an invitation to help testing PHP's bundled database abstraction layer, DB. If you are interested in helping DB to become stable on _your_ database platform, please reply to this message with what database systems you have access to. Systems in particular interest are:

[PHP-DB] Forcing logout

2001-01-23 Thread signup
I have some problem authentication with PHP, how can I force a user to logout (pressing logout button) and clear credential info without displaying logon screen again. Right now when user click logout button then Logon screen appears again. Code (logout.php) : ? Header( "WWW-authenticate:

Odp: [PHP-DB] PKFK

2001-01-23 Thread signup
Od: "Anthony Martin" [EMAIL PROTECTED] Temat: [PHP-DB] PKFK I'm having trouble figuring out this referential logic. I'm writing a rudimentary directory structure for dividing HTML sections from one another. Right now, my tables have no referential integrity, except for ones pertaining

[PHP-DB] PHP OCI interface not working

2001-01-23 Thread signup
-BEGIN PGP SIGNED MESSAGE- Hi, Well, I've solved my problem with Thies's help It turned out to be a permissions problem: It was a (@#$%^) permissions problem on the root oracle directory. I have oracle installed in /home/oracle/OraHome1, and the permissions on /home/oracle was 700.