# Php feedback form

**URL:** https://forum.kirupa.com/t/php-feedback-form/183270
**Category:** Uncategorized
**Created:** [March 25, 2006, 8:34am UTC](https://forum.kirupa.com/t/php-feedback-form/183270 "2006-03-25T08:34:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![grmlyn](https://avatars.discourse-cdn.com/v4/letter/g/898d66/32.png) [@grmlyn](https://forum.kirupa.com/u/grmlyn)
#### Post date: [March 25, 2006, 8:34am UTC](https://forum.kirupa.com/t/php-feedback-form/183270/1 "2006-03-25T08:34:42Z")

</div>

Hi  
Am making a feedback form thats html but don’t know how to code the php scripts

the form has 10 text fields, 1 dropdown menu and 2 checkboxes

Any idea of the php script

---

<div class="post-metadata">

### Author: ![signifer123](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@signifer123](https://forum.kirupa.com/u/signifer123)
#### Post date: [March 25, 2006, 10:21am UTC](https://forum.kirupa.com/t/php-feedback-form/183270/2 "2006-03-25T10:21:14Z")

</div>

```auto
<?php
$_GET['inputbox_name_goes_here'];//Put in the boxes name and thats how you get the data used in the prior form
?>

```

yeah thats how you would get the value of the data the user inputs, not sure what you want to do so i can’t really give you much…

---

<div class="post-metadata">

### Author: ![grmlyn](https://avatars.discourse-cdn.com/v4/letter/g/898d66/32.png) [@grmlyn](https://forum.kirupa.com/u/grmlyn)
#### Post date: [March 25, 2006, 12:50pm UTC](https://forum.kirupa.com/t/php-feedback-form/183270/3 "2006-03-25T12:50:08Z")

</div>

the below message

---

<div class="post-metadata">

### Author: ![grmlyn](https://avatars.discourse-cdn.com/v4/letter/g/898d66/32.png) [@grmlyn](https://forum.kirupa.com/u/grmlyn)
#### Post date: [March 25, 2006, 1:45pm UTC](https://forum.kirupa.com/t/php-feedback-form/183270/4 "2006-03-25T13:45:03Z")

</div>

I have figured it out  
let me work out the minor details then I’ll post it incase anyone would be interested
