Sending Post Variables

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Sending Post Variables

Post by Luke »

Is there any other way of sending variables via post without using a form?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Who should send them? and to where should they be sent?

Basically, a POST is simply talking a bit of HTTP protocol in a socket.. Don't even need a browser for that.. Could be achieved through a telnet session if you're a diehard :p
Post Reply