[PHP-WIN] Php - XML

2001-03-20 Thread Antonio Lopez
With xml: I want to show the special chars ñ,Ñ,á,é,í.. (i´m spanish, :O)) but if i write: CamiónñÑ i got foreign chars, but not the chars i want Why??? Thank you!! === Antonio López Luna Ingeniería e Integración Avanzadas (I

[PHP-WIN] MySQL errors

2001-03-20 Thread Dirk Bonenkamp - Bean IT
Hi all, I just installed apache, php & mysql on a win98 laptop. I normally use linux Things work fine, but when I execute more queries in one script, I get error messages like: Warning: MySQL: Unable to save result set in c:/program files/apache group/apache/htdocs/network-club.com/agenda

RE: [PHP-WIN] PHP, MySQL, Apache Set Up (Windows)

2001-03-20 Thread Fernando Madruga
I'm on the process of reinstalling all that and more and I'll post a sort of step by step instruction later today, as I have to document the whole thing for myself... HTH, Fernando Madruga -Original Message- From: OneFish [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 19 de Março de 2

Re: [PHP-WIN] apache + php + system() = error :(

2001-03-20 Thread Jürgen Lasn
well... i understood your comment and it is clear that windows systems don't use forking, but under w32 processes can have child's (children ? :) but i can't understand why are functions that need forking (???) enabled? ... but after all this -forking- is not the issue here ... the real problem

Re: [PHP-WIN] Problem with PHP4.04 installation

2001-03-20 Thread Phil Driscoll
Since PHP does work on Win98 PWS (although I think any other choice of web server would causeless aggravation for you), and other's who have reported installation problems, have not reported this one, I suspect something strange is going on. At what point do you get this error message? If you ru

php-windows Digest 20 Mar 2001 13:30:40 -0000 Issue 501

2001-03-20 Thread php-windows-digest-help
php-windows Digest 20 Mar 2001 13:30:40 - Issue 501 Topics (messages 6156 through 6165): mime in php 6156 by: Free Beachler 6157 by: Free Beachler Re: [PHP-DB] FW: [PHP-WIN] mime in php 6158 by: Free Beachler mail() headers 6159 by: Free Beachler include_o

Re: [PHP-WIN] Problem with PHP4.04 installation

2001-03-20 Thread John
Thank you for replying to my posting. I only this error message when I tried to load a .php file; for example, when I type http://localhost/scripts/php/test.php When I type php.exe -i at a ms-dos prompt, I get no response. Is there anything wrong? Phil Driscoll wrote: > > Since PHP does wo

Re: [PHP-WIN] Problem with PHP4.04 installation

2001-03-20 Thread Phil Driscoll
>When I type php.exe -i at a ms-dos prompt, I get no response. What do you mean by no response? Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP-WIN] MS Access

2001-03-20 Thread Tom Mathews
Has anyone out there had any success with connecting to a Microsoft Access database using the following config? Server - Apache on Solaris Access database location - Solaris NFS I know that its a bit hopeful, but I thought that I'd ask anyway! Cheers Tom -- PHP Windows Mailing List (http:/

[PHP-WIN] different bug - define constants/includes (was Re: [PHP-WIN] class and dynamic includes (IIS))

2001-03-20 Thread Joe Brown
I did some tracing on this bug I was experiencing. With this code at the top of an include file, the results are unpretictable. if(!defined("METABASE_MYSQL_INCLUDED")) { define("METABASE_MYSQL_INCLUDED",1); ...rest of include file... } require_once(); seems to work though. ""Joe Brown"" <[E

Re: [PHP-WIN] MS Access

2001-03-20 Thread Alain Samoun
Apache on Linux and NT if that can help... Alain On Tue, Mar 20, 2001 at 03:37:02PM +, Tom Mathews wrote: > Has anyone out there had any success with connecting to a Microsoft > Access database using the following config? > > Server - Apache on Solaris > Access database location - Solaris NFS

Re: [PHP-WIN] PHP, MySQL, Apache Set Up (Windows)

2001-03-20 Thread OneFish
Thanks. Looking forward to hearing from you... -- PHP Windows 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]

Re: [PHP-WIN] apache + php + system() = error :(

2001-03-20 Thread Joe Brown
It looks like you may have to venture down another road. I haven't been able to execute a batch file either. I enjoyed the error returned by popen: Warning: popen("cmd /c d:\wwwroot\blah.bat","r") - No error in d:\wwwroot\test.php on line 2 wrote in message 997d6d$p0p$[EMAIL PROTECTED]">news:99

Re: [PHP-WIN] Php - XML

2001-03-20 Thread Phillip Bow
Well these ones are: ñ = ñ Ñ = Ñ á = á é = é í = í If you need to find more you can open up char map, and click on the char you want. It will give you the ascii char number as alt+thenum. Then just put it in the form -- �thenum; -- phill "Antonio Lopez" <[EMAIL PROTECTED]> wrote in message [EMA

[PHP-WIN] PHP+ Apache -----------Help

2001-03-20 Thread OBB
I have problem making apache1.3.17win32 and php4.0.4 to work on win98se I am able to load both apache and php on startup,did a few php and apache cofiguration i read from the manual and i wrote a script in php and when I execute the php script in apache i got the same php script that i wr

RE: FW: [PHP-WIN] mime in php

2001-03-20 Thread Free Beachler
Brad, You're totally correct. This is the problem, aka BUG ID 8734. Note however, that the #define constant you mentioned is only used in the PHP code for CGI (or ISAPI, i forget which). Therefore, ISAPI under NT shouldn't have this problem. Furthermore, as one reader mentioned, UNIX sendmail

RE: FW: [PHP-WIN] mime in php

2001-03-20 Thread patso
Yes, I am using a windows port of sendmail. And I am using my college's mailserver to send out the messages. I think the problem may be the execution path I'm usingdo you need to put cmd.exe in it or something? Thanks. Patrick O'Shea On Tue, 20 Mar 2001, Free Beachler wrote: > Brad, > You'

Re: [PHP-WIN] PHP+ Apache -----------Help

2001-03-20 Thread Johannes Janson
Hi, it looks like apache doesn't know how to interpret php. if you didn't already do it, you need to add: AddType application/x-httpd-php .php4 .php .php3 Action application/x-httpd-php "/cgi-bin/php4/php.exe" in your httpd.conf. if you did it would be helpful to post the relevant bits of

[PHP-WIN] What is your choice?

2001-03-20 Thread Yasuo Ohgaki
Hello all. I decided to install PHP on my windows machine. I would like to know what combination of Server and API is your recommendation. Currently, I installed PHP4.0.5-RC1 grabbed from www.php4win.de for IIS5 using ISAPI. (IIS5 and ISAPI combination seems to have bunch of problems that I've nev

RE: [PHP-WIN] What is your choice?

2001-03-20 Thread Flint Doungchak
Yasuo, >From what I understand, the ISAPI module is still not ready for production release. This is true of the PHP 4.01pl1 on IIS4 on NT 4.0. That's my experience as I am still running the CGI version on my box. Others may have more comments. -Flint -Original Message- From: Yasuo Ohgaki

Re: [PHP-WIN] What is your choice?

2001-03-20 Thread Alain Samoun
Apache as CGI works great. Alain On Wed, Mar 21, 2001 at 09:52:50AM +0900, Yasuo Ohgaki wrote: > Hello all. > > I decided to install PHP on my windows machine. I would like to know what > combination of Server and API is your recommendation. Currently, I installed > PHP4.0.5-RC1 grabbed from www