1
Hi,
I would like to make XOOPS PHP script to make database maintenance operations. These script use the XOOPS API.
These operations need to make DML SQL script like UPDATE, DELETE.
XOOPS is very well secure and we can't make DML operation where we are not in POST. But in my script I can't make form to POST it.
What is the best practise to solve my problem.
Thanks