[PHP] help functions

2001-03-05 Thread Montgomery-Recht, Evan
the browser because right now I'm finding a lot of undocumentented features. thanks, evan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] cURL & telnet

2001-01-31 Thread Montgomery-Recht, Evan
Does anyone have any experience using cURL with Telnet in PHP. thanks, evan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] PHP and Java (CVS version)

2001-02-13 Thread Montgomery-Recht, Evan
ot experienced enough with the autoconf and automake to really make this change so it works properly since I know that I didn't do the right thing to get it working. if someone else has a suggestion on how to fix it properly please let me know, and hopefully the CVS tree will get updated. evan

[PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
ee a function called: $HTTP_POST_VARS =set variables; $result = http_post("http://localhost/cgi-bin/script.pl"); Thanks, evan PS. I'd appricate a working example, even if it's a dummy version. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
at would do that. 2. it's not clear how you would actually set the HTTP_POST_VARS's and when you use the header("Request-URI:"); if that uses the HTTP_POST_VARS? as of right now it looks like the code would go as follows: http://localhost/cgi-bin/script.pl"); ?>

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
OK, any idea's on a good tutorial on how to create the socket to do a HTTP_POST? thanks, evan PS. My girlfriend always complains when I send back one line e-mail's. Now I understand why. > -Original Message- > From: Milan Mlynarcik [SMTP:[EMAIL PROTECTED]] > Sent:

[PHP] HTTP Content-length...

2001-02-20 Thread Montgomery-Recht, Evan
="foo=bar&food=apple"; $contentlength=$string.size; $uuencodestring=uuencode($string); but I don't seem to see the easy $string.size ? any ideas on a good way to do this? thanks, evan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

<    1   2   3   4   5