Hi im testdriving phprunner, to see if it suits my needs, so far I love it!
I created a list, and edit form for a table. But I have an unusually issue, I like to solve if possible.
I added a button to the Edit Form, clicking this button adds a new database column using an sql.
In short the user fills a new textbox with a name, clicks the button and an SQL similar to this:
ALTER TABLE myTable ADD userColumnname Integer is called.
Now my problem, how do I make phprunner, during "runtime" add this field for editing on the EDIT form?
any hints greatly appriciated!
Thanks
T