roshna alva

Greenhorn
+ Follow
since Jan 30, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by roshna alva

this is the form1.php
Comments<select name="Comments">
<option value="performance">performance</option>
<option value="malware">malware</option>
<option value="spamming">spamming</option>
<option value="mysql abuser">mysql abuser</option>
<option value="backup/storage">backup/storage</option>
</select>


this is the form2.php

Malware:<input type="text" name= " <?php echo $previous_Malware_count; ?>"
Spamming:<input type="text" name= " " ?php echo $_POST[""]; ? >
Performance:<input type="text" name= " "?php echo $_POST[""]; ? >
MySQL Abuser:<input type="text" name= " " ?php echo $_POST[""]; ? >
Backup/Storage:<input type="text" name= " "?php echo $_POST[""]; ? >
Count:<input type="text" name= " ">

when I select an option from the 1st form in the next form infornt of that option selected name the number shud be displayed.But its not displaying