Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by sten ( 12 years ago )
echo "<p><table>";
foreach ($array as $key => $value) {
$result = preg_match("/$fio/ui", $key);
if ($result) {
echo "<tr><td>$key</td>"."<td>$value</td></tr>";
}
echo "</table></p>";
Revise this Paste
Parent: 74230