search for in the  
<ifx_create_blobifx_do>
Last updated: Thu, 19 May 2005

ifx_create_char

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

ifx_create_char -- Creates an char object

Description

int ifx_create_char ( string param )

Creates an char object. param should be the char content.



User Contributed Notes
ifx_create_char
punk_yack at mail dot ru
22-Oct-2004 05:29
I do this:
<?
$_memo
= ifx_create_char($memo);
$char_id_array[]=$_memo;

$query_string='INSERT INTO news (product_date, header, memo) values (CURRENT, "'.$header.'", ? )';

$res_id = ifx_prepare($query_string, $conn_id, $charidarray);
ifx_do($res_id));
?>

What is a reason to this construction not works?

<ifx_create_blobifx_do>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT