$i=0;

while (KOŞULBURAYA) {

	if ( $i === 0 ) {

		echo '<thead>
				<tr>
				   <th>'.$value["basliklar"].'</th>
				</tr>
			</thead>
			<tbody>';
	}
			
		echo '   <tr>
				   <td>'.$value["konuozeti"].'</td>
				</tr>
				<tr>
					<td>.'$value["konu"]'.</td>
				</tr>';

		$i++;
	
}

echo '</tbody>';