Send POST without a form?
Heya guys. Small question, I'm still learning PHP (but I've come a long ways today!!!).
Alrighty, I have one PHP Form Page. It sends variables via post to another page. (I like two pages...makes processing easier. I know about PHP_SELF...so sue me :P.)
This second page currently won't do anything. And most likely it will call ANOTHER page based on success and such.
My question is, without actually having html, and the ability to add the <form action="post">, to the page. Can I send variables via POST to another page?
Thanks in advance.
Alrighty, I have one PHP Form Page. It sends variables via post to another page. (I like two pages...makes processing easier. I know about PHP_SELF...so sue me :P.)
This second page currently won't do anything. And most likely it will call ANOTHER page based on success and such.
My question is, without actually having html, and the ability to add the <form action="post">, to the page. Can I send variables via POST to another page?
Thanks in advance.
