Hi, I need help with the first part of this php array.
Should I put the html pages in [] brackets also or just leave inside
quotation marks only? And any comma after the number? I've seen it boths ways. Thanks!
$content = array (
"htmlpage" => 0,
"htmlpage" => 1,
"htmlpage" => 2,
);