Jump to content

Gayatri19Sawant

New Members
  • Posts

    1
  • Joined

  • Last visited

Gayatri19Sawant's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php while($row=mysql_fetch_array($data1)) { echo "<li><input type='checkbox' name='listitem[]' value='".$row['cat']."'>".$row['cat']; } echo $row[1]; ?> <br/> <input type="submit" value="send" /> <?php foreach($_POST['listitem'] as $value) { ?> <a href="cloud.php?q=<?php echo $value; ?>"></a> <?php //echo "<a href=cloud.php?p=+'".$value."' target='_blank'></a>"; echo 'Checked: '.$value.''; } ?> i need to send $value parameter to another page.. the above is my code snippet. thank you in advance
×
×
  • 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.