[PHP] help functions

2001-03-05 Thread Montgomery-Recht, Evan
Has anyone spent any time and thought into including help within the library, ie. so you could do a. mysql.connect().help() or something like that so as a developer addeds a new function we as end users might be able to understand the function. Most likely by creating a help file to return to

RE: [PHP] PHP and iPlanet on Solaris

2001-03-01 Thread Montgomery-Recht, Evan
Figured it out, it the reference for php4_execute service needs to be higher up in the file. evan -Original Message- From: Montgomery-Recht, Evan [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP and iPlanet

[PHP] PHP and iPlanet on Solaris

2001-02-28 Thread Montgomery-Recht, Evan
I got the latest snapshot of php to compile on solaris (4.0.4pl1 wouldn't). Anyways I edited the mime.types and obj.conf as described in the installation instructions, but right now it's trying to download the test.php file I created instead of processing. Is there anything not in the

[PHP] iPlanet issue...

2001-02-28 Thread Montgomery-Recht, Evan
I just noticed a problem with iPlanet... Appearently once I got php working, then I tried geting things working on multiple virtual domains. So this is what happens. Using the standard test.php ?php phpinfo(); ?. The script works from the root directory of each virtual domain. What doesn't

[PHP] Solaris and libtool

2001-02-27 Thread Montgomery-Recht, Evan
Is anyone here framiliar with Solaris/libtool issue's? 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] HTTP Content-length...

2001-02-20 Thread Montgomery-Recht, Evan
I'm working through geting the raw sockets implementation to send a http post command to a cgi-script. But there's one thing I'm trying to figure out. How do I create the content-length? I don't see a obvious way but my expection would be the following code. $string ="foo=barfood=apple";

[PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
Good morning... This should be a good monday morning question. I have a cgi-bin written in perl (it's actually, a interface to a perl-module which is a interface to a telnet-like protocol). Anyways what I need to do is I have already existing code written in PHP, but at some point I need to

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
thing like this $HTTP_POST_VARS['uid']="userid"; ) header("Request-URI: http://localhost/cgi-bin/script.pl"); ? Is that all that has to be done? thanks, evan -Original Message- From: Milan Mlynarcik [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 7:33 AM

RE: [PHP] HTTP POST Question

2001-02-19 Thread Montgomery-Recht, Evan
, 2001 9:06 AM To: Montgomery-Recht, Evan Subject: Re: [PHP] HTTP POST Question You can do it with socket functions. - Milan Mlynarcik Web Programmer Charmed Technology Slovakia Nam. sv. Egidia 16/37 058 01 Poprad, Slovakia

[PHP] PHP and Java (CVS version)

2001-02-13 Thread Montgomery-Recht, Evan
I've noticed a problem with the config.m4 in the ext/java directory. Basic issue I'm running redhat 7.0 with the sun jdk installed in /usr/java/jdk1.3 I type in really simple after doing a buildconf I have my JAVA_HOME and PATH's setup to get all java exe's. configure --with-mysql=/usr

[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]