I've tried this (I only put one row in the form to make it smaller, just to see if it actually works.):
Code:
echo "$count.)
<b>E-Nummer</b>: $title
<b>Vara</b>: $title2
<b>Typ</b>: $title3
<b>Antal i Lager</b>: $title4
<b>Antal i Bil 1</b>: $title5
<b>Antal i Bil 2</b>: $title6 <br>
<br>
<form method="post" action="elgsdatabas_uppdatera_lager3.php">
E-Nummer: <input type="text" name="enummer" value="$title" />
<input type="submit" name="submit" value="Ok">
</form>
"
and
Code:
echo "$count.)
<b>E-Nummer</b>: $title
<b>Vara</b>: $title2
<b>Typ</b>: $title3
<b>Antal i Lager</b>: $title4
<b>Antal i Bil 1</b>: $title5
<b>Antal i Bil 2</b>: $title6 <br>
<br>
<form method="post" action="elgsdatabas_uppdatera_lager3.php" id="$title">
E-Nummer: <input type="text" name="enummer" value="$title" />
<input type="submit" name="submit" value="Ok">
</form>
"
And a few others, whatever I do, they wont appear on screen.
Sorry if im bothering you too much D: