|
Posted by Tom Peel on 12/04/05 21:32
Hi
I'm developing a PHP-MySQL application that, I think due to my
inexperience, is turning into a total bag of worms.
The general idea of the program is that there are three HTML forms that
appear. The first one allows user to do a query on an SQL table. This is
displayed in an HTML table, with checkboxes on each row, and the second
form appears with a "select" button. The user clicks one or more
checkboxes on the table, hits "select", the program does some
computation and gives him a form with a "confirm" button.
The 1st part works ok, the 2nd and 3rd forms are just not working
correctly, I seem to be using SESSION variables and Form HIDDEN
variables wrong, and I'm having doubts about whether ACTION PHP_SELF is
the right choice..
Rather than boring everyone with 500 lines of PHP code and asking you to
fix it, I'd really like advice on the best way to structure this kind of
program, and what really good tutorials if any are available that give
guidance on structure rather than just programming tricks.
TIA
Tom
Navigation:
[Reply to this message]
|