06-14-2022, 08:30 PM
I worked around the issue by 'run'ning the Webpage, specifying the param.s via GET rather than POST; and then to make my life easier inside the PHP script, I simply set the relevant $_POST array instance based on the received $_GET value
. Thanks.
