Thanks, I think I am getting closer now. I haven’t quite got it working yet, but I’m getting pretty close. I will mark this as resolved.
Thanks again!
Maybe I should be doing it in a similar way to my data entry forms?
if(isset($_POST['newresdesc'])) {...}
if(isset($_POST['delresnum'])) {...}
Is that what you’re referring to bcworkz?
Hi, thanks for the responses. So far all of my code has been php and html.
So I guess I would ask, is there a better way I should be doing this? Basically I want to have a page that deals with various database operations on a table, and I’d like to avoid spreading it out across multiple php files. What would be the best practice for this sort of plugin?
Thanks!
Heather
Sorry, this is in the wrong forum, so I’m recreating it under Hacks.