Hi,
How can I start another Script from PHP and give that script variables via POST?
Thanks, firemouse2001
If I understand the question correct, use the input hidden tag in HTML where name is the variable and value is the string or whatever.
hope this help
ThomasA
Thanks!