RE: [PHP-INST] Warning: Undefined variable:

2001-02-14 Thread Michael Richardson
Mr. Ericksen: That looks like there are probably statements in the code where the variable is used without being set first: if( $variable == 'blah' ) ... but $variable hasn't been set... This is ok in php, as long as the code can handle the variable being blank ... you can get rid of the warn

RE: [PHP-INST] problems with oracle

2001-03-02 Thread Michael Richardson
E_SID=projekta"); OCILogon("myuser", "mypassword"); when trying to log in to the database, we were sent to the default instance (even though we requested a specific instance). solution: we created a new log in with the default instance of that which we w

RE: [PHP-INST] What's a "Parse error"?

2001-03-12 Thread Michael Richardson
Mr. Wise: Most likely, you do not have the short tags ( ) enabled. Try running this again with the tags like this: also, please respond with the version of PHP you are running, the server you are running it with, and the OS they are installed on. phpZEN Michael Richardson -Original

RE: [PHP-INST] I need help troubleshooting an installation.

2001-03-12 Thread Michael Richardson
. Michael Richardson -Original Message- From: Shane Aldrich [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 12:06 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] I need help troubleshooting an installation. hello, i just installed php4 on my machine for local testing purposes. i

RE: [PHP-INST] What's a "Parse error"?

2001-03-12 Thread Michael Richardson
Mr. Wise: Please check, also, that you have the php script in the web directory, and not in the CGI-directory. Occasionally this will inhibit the script execution depending on how the script alias commands are set up for apache / (other servers?). Michael Richardson -Original Message

RE: [PHP-INST] Premature end of script headers?

2001-03-13 Thread Michael Richardson
Thie script should be in your www directory, not in the cgi-bin directory. The server is attempting to run it as a cgi script rather than a module. Michael Richardson -Original Message- From: Celeste Suliin Burris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:01 PM To