[PHP] Question about bizarre behavior with PHP as default document in Netscape Suitespot

2001-09-13 Thread Chris Murtland
is is bizarre to me. Does it mean the PHP parser is not being initiated somehow even though index.php is mapped to be a default document? Any suggestions are greatly appreciated. Thanks, Chris Chris Murtland Studio Moxie, LLC www.studiomoxie.com 336.773.1684 877.284.0462 fax/voic

[PHP] searching Oracle 8i CLOB columns

2001-02-24 Thread Chris Murtland
Does anyone have any example code for searching Oracle 8i CLOB fields? Do I have to create a stored procedure to be able to do this? I want to be able to search a separate varchar column in addition to searching the CLOB column. Thanks, Chris Chris Murtland Studio Moxie

[PHP] CLOB update difficulties

2001-02-24 Thread Chris Murtland
:bodytext",&$bodytext,-1,OCI_B_CLOB); OCIExecute($stmt, OCI_DEFAULT); $bodytext->save($body); OCICommit($stmt); $bodytext->free(); OCIFreeStatement($stmt); OCILogoff($conn); However, this gives me the error: invalid LOB locator specified.