Mike, the only "reliable" way? What else?
If Mike dismissed it as "unreliable," it's not worth doing
In this case, it would likely involve XMLHttpRequest, which allows you to send POST data as an argument to the send() method, in the form send("name=value").
Twey, you seem to imply there might be a way with another setup? What is that, and how hard would it be?
I think libcurl provides handlers for this kind of thing, but I don't know anything about it.
And, could you provide a bit more info about the fsockopen, http request, etc? Totally new territory for me.
http://www.w3.org/Protocols/rfc2616/rfc2616.html
http://www.php.net/fsockopen
And, how would one style a button like that?
Code:
input.notAButtonHonest {
border-style: none;
background-color: transparent;
color: blue;
text-decoration: underline;
}
input.notAButtonHonest:visited {
color: purple;
}
input.notAButtonHonest:active {
color: red;
}
Bookmarks