Manuel Huber
Mitglied
In etwa so?
Gruß
PHP:
if ((array_search$data["land"], $country_array))
Gruß
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
if ((array_search$data["land"], $country_array))
if (in_array($data["land"], $country_array))
{
echo "<tr> ";
echo " <td width=\"360\" bgcolor=\"".$tabh[2]."\">• Land: <img src=\"images/user/".array_search($data["land"], $country_array).".gif\"> ".$data["land"]."</td>";
echo "</tr>";
}