[PHP-WIN] PHP to mySQL connect...

2004-07-23 Thread \[php\]Walter
I have 2 machines, a server (Win NT server) and a workstation (Win XP Pro). On the server I have PHP, mySQL, Apache, Perl, etc. If I run this command from the prompt... G> mysql -h db.torres.ws -u user It connects fine. If I do this from PHP... $db_user = "user"; $db_pass= "";

[PHP-WIN] Re: PHP and RedBack COM objects

2004-07-23 Thread Brian E
I got it to work finally... The trick is that yes they are Variants. But very odd ones.. the extract function I rewrote to work more efficiently and the properties must be accessed through: $COMObject["property"]->Value Looks Greek to me but that's what must get done and it works great in PHP. Ch

[PHP-WIN] PHP en español - RE: [PHP-WIN] Re: Enviar Attach via PHP

2004-07-23 Thread Gryffyn, Trevor
Try Babelfish, also. Intento Babelfish también. http://babelfish.altavista.com/ > -Original Message- > From: Jason Barnett [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 10:03 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: Enviar Attach via PHP > > > Hola, > > Por f

[PHP-WIN] Re: PHP4 AND PHP5 on the same server by WAMP5

2004-07-23 Thread Jason Barnett
http://www.wampserver.com (french) http://www.en.wampserver.com (english) Romain Very cool Romain! Will check this out. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] CGI error on IIS

2004-07-23 Thread Jason Barnett
Odd Egil H. Selnes wrote: Hi. When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something"); I get a strange CGI error on IIS. This error occurs about 4 out of 10 times i access the page. My guess is you need to encode the GET variables (something) you're sending through your request. -

[PHP-WIN] PHP4 AND PHP5 on the same server by WAMP5

2004-07-23 Thread romain bourdon
Hi, WAMP5 has now add-ons which enable new functionnalities on your server. The main is the PHP4 add-on. It installs PHP4.3.8 on your WAMP5 (so you'll have PHP5 and PHP4) and creates a new command in the WAMP5 menu (manager). This command allows you to change from PHP5 to PHP4 (and inverse). Chagi

[PHP-WIN] CGI error on IIS

2004-07-23 Thread Odd Egil H. Selnes
Hi. When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something"); I get a strange CGI error on IIS. This error occurs about 4 out of 10 times i access the page. It says "Bad request (INVALID VERB)" an errormsg wich does not explain itself very well. Ive tried to install a hotfix from