In mail.php.general, Merlin Morgenstern wrote:
> Hello everybody,
>
> I am having some trouble with utf-8 encoding. The html file containes
> chinese characters and looks ok, when opened in a browser.
>
> Now I want to extract some text from the file. In order to do this I do:
>
> $handle = fo
In mail.php.general, Dan Shirah <[EMAIL PROTECTED]> wrote:
> $name_result = ifx_query ($name_query, $connect_id);
> while ($name = ifx_fetch_row($name_result)) {
> $party_name = TRIM($name['caa44240004']);
> print_r($name);
> }
>
> print_r($name) will return:
> John
> John
> Mary
> Mary
> C
In mail.php.general, imran <[EMAIL PROTECTED]> wrote:
[snip]
> format like such: php_xxx. For Oracle DD, you'll need php_oracle.dll. Take
> the oracle dll.
Only use the oracle dll if you are using oracle 7 client libs. If you are
using Oracle 8+ then you want the oci8 dll. Do not copy the php_o
In mail.php.general, Donahue, Peter <[EMAIL PROTECTED]> wrote:
> I'm building Php (4.3.3) on Solaris and am including oci8 support.
> Configure works fine. When I try to build, I get an error on the compilation
> of ext/oci8/oci8.c - it can't find oci.h, and then I get tons of errors,
> I suppose a
4 matches
Mail list logo