Re: [PHP-DB] PHP Logon Script Help....

2002-04-06 Thread Jason Wong
On Sunday 07 April 2002 15:20, Pusta wrote: > I cannot check the ssn against the database. ociparse returns true if the > query was successful and ociexecute does the same. What do I have to check > the true value of I guess is my main question. I've never used the Oracle functions before but t

Re: [PHP-DB] PHP Logon Script Help....

2002-04-06 Thread Pusta
I cannot check the ssn against the database. ociparse returns true if the query was successful and ociexecute does the same. What do I have to check the true value of I guess is my main question. Pusta "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Sunday 07 A

Re: [PHP-DB] PHP Logon Script Help....

2002-04-06 Thread Jason Wong
On Sunday 07 April 2002 13:41, Pusta wrote: > I am trying to write a simple login script, and I am new to PHP. Here is > what I have so far: > > > $stmt = $HTTP_POST_VARS['ssn']; > $oerr = OCIError(); > $dbconn = OCILogon("user", "pass", "database"); > $search = ociparse($dbconn, "select GURMAIL

[PHP-DB] PHP Logon Script Help....

2002-04-06 Thread Pusta
I am trying to write a simple login script, and I am new to PHP. Here is what I have so far: Basically I have an HTML form that links to this page where a user enters their social security number and this script compares it to a database. If its there, redirect to a new page, if not present a