Jump to content

stuartbrown20

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

stuartbrown20's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey guys, i have this loop which is causing me problems and i'm not sure why. I assume it's a syntax problem but i just can't seem to identify the issue. Can anyone help me pleaaase!!!! [code]<?php for($i = 0; $i < 20); $i++) { ?> <input type="hidden" name="suburb<?php echo $i; ?>" value="<?php echo $_POST['suburb$i']; ?>" /> <?php } ?>[/code]
×
×
  • Create New...

Important Information

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.