Topic: Unable to use apostrophes in board title and description when in-
stalling.
Solution:
mysql_escape_string($board_title);
mysql_escape_string($board_descrip);
In fact you should escape $username, $password1 and $password2, too.
Also, there are plenty of areas where you can use foreach instead of for for array looping; why don't you?
revision 1000 of install.php