M
Mike
Hello,
I have a string I want to send to a php page but I want to send it as
a POST for security reasons.
I am doing this now:
location.href="saveteams.php?Result=" + All; // All is my string(This
Works)
How can I do it as a POST?
Thanks
Mike
I have a string I want to send to a php page but I want to send it as
a POST for security reasons.
I am doing this now:
location.href="saveteams.php?Result=" + All; // All is my string(This
Works)
How can I do it as a POST?
Thanks
Mike