[PHP-DB] Databse Access Problem...

2002-04-04 Thread Pusta
/students/uss/public_html/index.php on line 6 Here is my code: Can anyone help?? Is my code wrong? Is the PHP server missing something? Pusta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-04-06 Thread Pusta
an error message. Can anyone help? Pusta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Inputing into Oracle

2002-04-06 Thread Pusta
What is the syntax to input a field from a form into an oracle using PHP? Can anyone help? Pusta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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]..

[PHP-DB] Stroing info in a variable

2002-04-08 Thread Pusta
e ssn = $password"); ociexecute($c1); my question is how can I store what's in the field ssn into a variable? Thanks, Pusta -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Cookie Trouble

2002-04-10 Thread Pusta
Hello, I know using set cookie you should be able to set a cookie that deletes itself when the user closes the browser, but this is not happening. For some reason it will not create the cookie at all. Any ideas? This is the code we are using, before the header and all that. Thanks, Chris