wurm: Pulldown Menu

Beitrag lesen

... hy also so weit funktioniert es jetzt nur übergibt er das suchwort nicht richtig oder gar nicht dem script! .. was kann das jetzt noch sein?
print("<tr>");
  print("<td width="50%" valign="top"> $ad_1_text </td>");
  print("<td width="50%" valign="top">");
  print('<form method="POST" action="search.php">');
   print('<select size="1" name="custom_field_1">');
   print('<option value="custom_field_1">New</option>');
   print('<option value="custom_field_1"><1 Month</option>');
   print('<option value="custom_field_1">2-6 Months</option>');
   print('<option value="custom_field_1">6-12 Months</option>');
   print('<option value="custom_field_1"><1 Year</option>');
   print('<option value="custom_field_1"><2 Years</option>');
   print('<option value="custom_field_1"><3 Years</option>');
   print('<option value="custom_field_1"><4 Years</option>');
   print('<option value="custom_field_1"><5 Years</option>');
   print('<option value="custom_field_1">over 5 Years</option>');
   print('</select>');
   print('<value="$custom_field_1" />');
  print("</td>");
  print("</tr>");