I want to create a new row, and then register the adding into the database, but posting data to another page, different from the one declared in the edit url parameter. Maybe i can try
addrow –> saverow
?
So, the structure in this:
adding a new row —> post data to a different PHP page from that declared in editurl parameter —> execute a query with the posted data.
I think the problem is the redirecting to another page, using the saverow parameter. Can someone include also a pratic example with a 'redirect.php' page?