Search found 3 matches

by pseudz
Wed Jan 05, 2011 12:54 pm
Forum: PHP - Code
Topic: Getting Retrieved Data To Post
Replies: 4
Views: 177

Re: Getting Retrieved Data To Post

Ah thank you very much. I don't know why I didn't think of that. Just one thing though, when I un-hide the input boxes and they show with the table on the original page it doesn't display the FirstName, LastName ect in the text boxes. This is on the index page along side the the table that displays ...
by pseudz
Wed Jan 05, 2011 2:43 am
Forum: PHP - Code
Topic: Getting Retrieved Data To Post
Replies: 4
Views: 177

Re: Getting Retrieved Data To Post

I have my insert code on another page. The form posts to mainck.php. I know how to insert things, I just want the values from the table that appears after the drop down to post as well, which I can't seem to get right. <?php $host="localhost"; $username="name"; $password="pa...
by pseudz
Tue Jan 04, 2011 2:12 pm
Forum: PHP - Code
Topic: Getting Retrieved Data To Post
Replies: 4
Views: 177

Getting Retrieved Data To Post

Hello I know I am new but my regular forum couldn't help me. I am having a bit of trouble in working this out. I have two drop down boxes which the user can choose a selection from either one. Once a selection is made, just under the drop downs a small table will show with the appropriate data. This...