Hi all I have been self teaching myself php for a year now and I went and decided to grab a prebuilt php script for doing a discussion board.
the the code I notice -> alot. Can someone explain what this is
for example:
$template->set_filenames(array(
'overall_header' => ( empty($gen_simple_header) ) ? 'overall_header.tpl' : 'simple_header.tpl')
thanks
Jeff