This topic is locked
[SOLVED]

 Show PHP Code on List Page

11/7/2012 1:12:45 AM
PHPRunner General questions
B
bree author

Any idea how to show PHP Code on list page ?, i set the value on "View As" as follow :
$value=highlight_string($value);
The output is correct, but it was printed out of the data grid, on the top left corner precisely, and in the cell grid printed as "1".
thanks.

C
cgphp 11/7/2012
$value = highlight_string($value, true);
B
bree author 11/7/2012


$value = highlight_string($value, true);



thanks Chris...