PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hopefully someone can throw a rookie a bone. I'm writing a multi-page registration form. The form on page 1 passes a list of names of attendees of a conference. Below is a very simplified section of page 2. The names are posting correctly to a database so I know they're getting passed but I can't get them to echo on the second page.
1
2
3
4
[ /code]
And should be getting:
[code ]
Robert
John
Bill
Fred
[ /code ]
I've tried several variations but nothing. Any help?
BTW, I tried the [code] tag for my results but it didn't render correctly.
Thanks!