Search found 6 matches
- Tue Nov 11, 2008 10:00 pm
- Forum: PHP - Code
- Topic: How do I find an average with radio buttons?
- Replies: 9
- Views: 167
Re: How do I find an average with radio buttons?
Well it's still encrypted but yeah after looking at that again Thanks for taking that down. I am worried now. I've been working on this the better part of the last 24hrs and just didn't much think of it. No credentials this time. This is what retrieves it but in between I have a long way to go <...
- Tue Nov 11, 2008 9:42 pm
- Forum: PHP - Code
- Topic: How do I find an average with radio buttons?
- Replies: 9
- Views: 167
Re: How do I find an average with radio buttons?
You need more than just a password to get into this one. I just thought echo meant display onscreen. It turns out they average on retrieve so they do have to in as value per question, they have to come out as average per instructor.
Other than that sorry for causing you to waste your time.
Other than that sorry for causing you to waste your time.
- Tue Nov 11, 2008 8:28 pm
- Forum: PHP - Code
- Topic: How do I find an average with radio buttons?
- Replies: 9
- Views: 167
Re: How do I find an average with radio buttons?
Well what if I needed it to be where the average now is, but instead the 8 question's values being requested and then inserted into only one column of the database table. <?php $Course_number = $_REQUEST['Course_number']; $Semester = $_REQUEST['Semester']; $Course_title = $_REQUEST['Course_title...
- Tue Nov 11, 2008 8:05 pm
- Forum: PHP - Code
- Topic: How do I find an average with radio buttons?
- Replies: 9
- Views: 167
Re: How do I find an average with radio buttons?
I want to store the average value in the database but I was told to use the AVG in the database to get the average and to send it to the database without first averaging.
Rex
Rex
- Tue Nov 11, 2008 7:46 pm
- Forum: PHP - Code
- Topic: How do I find an average with radio buttons?
- Replies: 9
- Views: 167
Re: How do I find an average with radio buttons?
That is the best response I've heard all day I'll give it a value of 2 on your provided scale on mine it would be a 5 for the highest, but I do have to send the inputs to a database and they have to be averaged and have the capability to be sorted in surveysort.php <?php /* set the allowed order...
- Tue Nov 11, 2008 5:55 pm
- Forum: PHP - Code
- Topic: How do I find an average with radio buttons?
- Replies: 9
- Views: 167