Good day.
There is a cycle
do { echo "<option value='$myrow19[id]'>$myrow19[estnet]</option>"; } while($myrow19 = mysql_fetch_array($result19));
How can the whole cycle be put into a variable so that this loop can be inserted with the help of this variable at any place in the code?