how to format the code?
[code] h2 { font-size: 10px; }
<?= $data -> title ?>
N-<?= str_pad($data -> id, 4, '0', STR_PAD_LEFT) ?>
<? foreach ( $photo as $row ): ?>
<?= $data -> title ?>
<? endforeach ?>
[/code]how to format the code?
[code] h2 { font-size: 10px; }