Hello everyone!
I need to modify an edit page, displaying fields that don't belong to that table (so they haven't to be updated or changed), but belong to another table, which is joined to the first one. (in my school register, the edit page of table "valutation of test" can't display student-name or the student-surname, but only the student-code: of course name and surnames are in the "students" table, whereas the "valutation" table has only their codes...)
If I add them in "view page"... no problems, but if I add them in the "edit page" I get an error because that fieds don't belong to the table.
I suppose something using phpsnippet... but I can't realize my task.
Anyone can help?
Thank you and whishes for a great 2011!