Skip to main content
Topic: Changing action buttons (Read 892 times) previous topic - next topic

Changing action buttons

Very beginners questions

I have two tables

Client (id, client_id,client_name, description)

client_bill (id,client_id,client_name,reg_fee, service_fee)

So, on billing page, i want to show list of client in the table with action button (not the default). When this action button is clicked, it should pick that client information from the row in the table and I will add reg_fee, service_fee by my self

Can I do that with no or low code?

I apologies if my question is silly. I am beginner for both PHPrad and PHP