<?php $keywords = range(1, 30); $temp = str_repeat('?, ', count($keywords) - 1) . '?'; echo $temp;
You have javascript disabled. You will not be able to edit any code.