Hey guys,
First a quick question. Is there something wrong with the PHP.net site? If you view oci_fetch you'll see that it states it might only be available in the CSV where it actually is in the PHP release since 3.0.4.
Then about the OCIFETCH function
I have the following problem. I'm fetching two values 'keyword and title'
Know i do a while ocifetch problem is php won't fetch a thing if one of the values is a null value. Wich off course is the case. Title is always inserted but keyword isn't. Is there a way to by pass this and just fetch the title and leave keyword empty?
Thx in advance