Jump to content
xisto Community

cafefort

Members
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by cafefort


  1. Hi :)

    You can do it this way:

    <?phpfunction inputline($i){ echo "<input type=text name=cat$i />";}if (isset($_POST["number"])){  echo "<form action=\"nextaction.php\">";  for ($i=0,$i<$_POST["number"];$i++) inputline($i);  echo "<input type=submit name=ok value= send />";  echo "</form>";}else{//show the first page here}?>

    that's a draft of course, you can improve this

    hope this helps :P
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.