This is what I am trying to do:
<?php
function function1() {
global $row[emne], $row[tekniker], $row[omraade], $row[note];
?>
html html html <?php echo $row[emne] ?> html html html
<?php
}
?>
But the script is giving this error:
Parse error: parse error, expecting ','' or';'' in /usr/local/apache/htdocs/temp.php on line 5
Asbjørn Morell