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.


add a note add a note User Contributed Notes
punk_yack at mail dot ru
22-Oct-2004 06: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?