09-22-2008, 02:00 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,381
Thanks: 5
|
You have a typing mistake, $highlightWords[i] should be $highlightWords[$i]
It is advisable to turn on full error reporting when writing code to catch simple little problems like this, using error_reporting(E_ALL)
|
|
|
|