Re: [PHP-WIN] A problem writting to a file

2006-09-25 Thread Alex Turner
German Piqué wrote: Well, I tried and all of you were right... but I tried it a days ago and it didn't worked!! :( That's fustrating... I don't understant why works now... Well... Thank you all :D 2006/9/20, Mikael Krogius (Winwap Technologies) <[EMAIL PROTECTED]>: > I don't know if its a wi

Re: [PHP-WIN] A problem writting to a file

2006-09-20 Thread German Piqué
Well, I tried and all of you were right... but I tried it a days ago and it didn't worked!! :( That's fustrating... I don't understant why works now... Well... Thank you all :D 2006/9/20, Mikael Krogius (Winwap Technologies) <[EMAIL PROTECTED]>: > I don't know if its a windows php version pro

RE: [PHP-WIN] A problem writting to a file

2006-09-20 Thread Mikael Krogius \(Winwap Technologies\)
> I don't know if its a windows php version problem, but when I > try to insert > the newline caracter: '\' like this: > > fputs($this->fileID,'\n'); > > it writes "\n" instead of creating a new line... Try doing this: $RowToWrite = $WriteThis."\r\n"; - Mikael -- PHP Windows Mailing List (

RE: [PHP-WIN] A problem writting to a file

2006-09-20 Thread SMITHT
fputs($this->fileID,"\n"); Note the "", instead of ''. Tom -Original Message- From: German Piqué [mailto:[EMAIL PROTECTED] Sent: 20 September 2006 09:37 To: php-windows Subject: [PHP-WIN] A problem writting to a file Well... I am making a class that

[PHP-WIN] A problem writting to a file

2006-09-20 Thread German Piqué
Well... I am making a class that realizes the efects of a logging system, in order to be able to debug my scripts that works with cookies, but I foun a problem. I don't know if its a windows php version problem, but when I try to insert the newline caracter: '\' like this: fputs($this->fileID,'\

Re: [PHP-WIN] a problem with the mail() function

2005-05-04 Thread Leo G. Divinagracia III
unfortunately, the problem lies within your machine not PHP or it's mail() function. try using an email client (like thunderbird, outlook, etc) on that machine and see if you can send out mail. otherwise, get another smtp server. i had pegasus mail's mercury server a few years ago. i thought i

[PHP-WIN] a problem with the mail() function

2005-05-01 Thread Su Jan Wong
Hi, I installed PHP version 5.0.3 along with Apache 2.x on windows XP Home Edition laptop. I connect to the internet using wireless connection (AOL ADSL Router). I am doing a personal course work. Basically a user is required to fill in a form with their e-mail address. The server then is supposed

[PHP-WIN] A problem with dio functions

2004-07-11 Thread Teemu Näppi
Hello, I have a problem with using DIO-functions. I wish to read and write to a serial port with PHP, but the code I'm using does not function correctly. Everything appears fine as there are no errors or warnings and dio_write returns the right amount of bytes meant to be sent to the port as

[PHP-WIN] a problem.

2002-06-02 Thread D.Terziev
Hi I have a problem and I hope that you can help me. It's my second time when I install PHP on Win XP Pro useing IIS WebServices. The first time all was Ok. I use the CGI version of PHP (php.exe). So, the problem is that when i type http://localhost/php/myscript.php?var=something PHP return er

Re: [PHP-WIN] A problem under php4+pws+mysql

2002-01-15 Thread Ignatius Teo
IL PROTECTED]> Sent: Wednesday, January 16, 2002 1:15 PM Subject: [PHP-WIN] A problem under php4+pws+mysql > When I use php4+pws to run some php programes, an error like this often happens,"undefined variable xxx..", while the php progares run correctly on the web server, can

[PHP-WIN] A problem under php4+pws+mysql

2002-01-15 Thread sleetdrop
When I use php4+pws to run some php programes, an error like this often happens,"undefined variable xxx..", while the php progares run correctly on the web server, can you tell me why, is there anything wrong with my php.ini file? I know little about php programming,and I am a Chinese, pleas