Skip to content
Advertisement

How do I update CLOB column on oracle with PHP

I have problem with function:

JavaScript

After execute I get “Updated” but in database column is empty. Before execute i have null on this column.

Advertisement

Answer

Here are two ways. The schema is:

JavaScript

And the code would be like:

JavaScript

You may want to look at the second half of Oracle’s free PHP book The Underground PHP and Oracle Manual.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement