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
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
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
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
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 - 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
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
>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
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:/
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
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
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]
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
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
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
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
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'
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
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
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
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
21 matches
Mail list logo