Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form action="bulk/wew.php" method="post">
- to : <?php
- if(empty($_GET['groups']))
- {
- $_GET['groups'] = "";
- echo "kamu belum menentukan tujuan";
- }else{
- $nm_group=$_GET['groups'];
- $SQLNm_groups = "SELECT * FROM pbk_groups WHERE ID=$nm_group;";
- $query_Nmgroups = mysql_query($SQLNm_groups)or die('Error');
- $Row=mysql_fetch_array($query_Nmgroups);
- echo $Row['Name'];
- }
- ?>
- <input type="hidden" name="destination" value="<?php echo $Row['ID'];?>">
- <div style="clear:both;"></div>
- <textarea style="height:100px;width:300px;" name="body_msg"></textarea>
- <div style="clear:both;"></div>
- <input type="radio" name="konf" value="y">yes
- <input type="radio" name="konf" value="n">no
- <div style="clear:both;"></div>
- <input name="send_bulk" type="submit" value="send" />
- </form>
Advertisement
Add Comment
Please, Sign In to add comment