Hi
I'm programming a language option, that displays labels in the correct language, but i have some trouble inserting the array values into the page.
I have the following:
<?
// Setting up a query with all labelids and the labeltext
if ($lang) {
$lab = mysql_query("SELECT labelid, english...