[PHP] Accented character 'echo'ed randomly

2005-04-04 Thread John Coppens
Hi people. I submitted the issue below to the bug site, but the people there suggested I present it here. I've tried some more, but until now, I couldn't find any cause for the problem. Any suggestion would be appreciated! John Description: I have a very simpl

Re: [PHP] Accented character 'echo'ed randomly

2005-04-05 Thread John Coppens
On Tue, 05 Apr 2005 09:44:35 +0200 Marek Kilimajer <[EMAIL PROTECTED]> wrote: > John Coppens wrote: > > Hi people. > > > > I submitted the issue below to the bug site, but the people there > > suggested I present it here. I've tried some more, but until now,

Re: [PHP] Accented character 'echo'ed randomly

2005-04-05 Thread John Coppens
On Tue, 5 Apr 2005 19:14:17 +0200 [EMAIL PROTECTED] (Satyam) wrote: > One think I can tell you for sure because I just checked is that > Microsoft does not list 'lang' as an atribute for the html tag, so I > wouldn't expect Internet Explorer to care about it: > > http://msdn.microsoft.com/worksho

Re: [PHP] image maps in PHP

2005-04-22 Thread John Coppens
On Fri, 22 Apr 2005 19:11:23 +0530 [EMAIL PROTECTED] (Dasmeet Singh) wrote: > Actually I am not able to make image maps because of uneven state > boundaries.. > > Can you please suggest some tools... I haven't used any yet... Did you check GIMP? It has an option to make HTML image maps. Check

[PHP] Time zones and $_ENV vs getenv

2008-11-03 Thread John Coppens
Hello people. Argentina changed timezones (Oct 19th), just two weeks ago, and, as PHP has a separate table, I forgot to change the zones both in my machine and on the server. I did so yesterday, and have some problems. Here's what I did: 1) Downloaded the latest timezonedb (2008.9), compiled and

[PHP] Re: Time zones and $_ENV vs getenv

2008-11-04 Thread John Coppens
On Mon, 3 Nov 2008 13:01:14 -0200 [EMAIL PROTECTED] (John Coppens) wrote: > I'm confused... Can someone point me to some more tests I could do? Solved. Apparently the apachectl start/stop/restart script didn't work correctly, or wasn't able to do its work. I _thought_ I had re

[PHP] Ming - php sync problem?

2005-01-27 Thread John Coppens
Hi all. I have simple page that generates a simple flash with some random images, then publishes it - on the same page. If I do this, i regularly have several kinds of problems, one of them, an error message like: getimagesize(img/topmovie/toplogo.swf): failed to open stream: No such file or dire

[PHP] Re: read file from specific line

2005-01-27 Thread John Coppens
On Thu, 27 Jan 2005 15:15:48 +0100 (CET) [EMAIL PROTECTED] wrote: > Hi there! > > Is there any way reading a file from a specific line? (textfile) > > /G > @varupiraten.se Not directly - there's no way to know where the line starts, except if they are all of the same length. Read the file, spli

Re: [PHP] Ming - php sync problem?

2005-01-27 Thread John Coppens
On Thu, 27 Jan 2005 10:54:18 -0800 (PST) [EMAIL PROTECTED] (Richard Lynch) wrote: > Change your php.ini to send error messages somewhere else, and get in > the habit of checking that "somewhere else" when you code. Thanks for the hint > It has NOTHING to do with your current problem of having er