I mean compatible with mysqli
I run the query and it gives me output if the pagetext not mediumtext type.
if I changed this line
PHP Code:
$pagetext = $section["pagetext"];
with
PHP Code:
$pagetext = $section["contentid"];
it works
or
PHP Code:
$pagetext = $section["previewimage"];
only fields with mediumtext retutrn blank.
BTW this code was work perfectly with vb4.2.1