[PHP-WIN] Session Problem

2003-06-20 Thread Waldemar Brand Neto
Thank you guys now it´s working fine. []´s Waldemar

[PHP-WIN] Sessiom Problem

2003-06-20 Thread Waldemar Brand Neto
Hy whwn I tried to use a sessiom this error ocours: Warning: Cannot send session cookie - headers already sent by and this: Warning: Cannot send session cache limiter In my php.ini the save path points to a valid directory and php creates a file session. Thank´s in advance. Wbn

Re: [PHP-WIN] Read COM1

2003-03-25 Thread Waldemar Brand Neto
Actually is my boss he want´s some data from the Phone Central. - Original Message - From: "skate" <[EMAIL PROTECTED]> To: "Waldemar Brand Neto" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 3:54 PM Subject: Re: [PHP-WIN] Read

[PHP-WIN] Read COM1

2003-03-25 Thread Waldemar Brand Neto
Hy guys I need to read the COM1 port from de server. Can I do this with PHP. Thank´s, Waldemar

Re: [PHP-WIN] PHP/PWS 3.0

2003-01-17 Thread Waldemar Brand Neto
According Micro$oft PWS will not work under Windows ME, try Windows 98 or 2000. - Original Message - From: "Lewis J Hannah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 12:49 PM Subject: [PHP-WIN] PHP/PWS 3.0 > Hello, > > I am trying to get PHP to work un

Re: [PHP-WIN] addslashes

2002-08-13 Thread Waldemar Brand Neto
Thank you Dash, now it's working. - Original Message - From: "dash php" <[EMAIL PROTECTED]> To: "'Waldemar Brand Neto'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 4:27 PM Subject: RE: [PHP-WIN] add

[PHP-WIN] addslashes

2002-08-13 Thread Waldemar Brand Neto
Hey I'm a newbie and have a question about addslashes. In the databse the field is complete like: Waldemar Brand Neto, but when I get the field from it the return is trunved like Waldemar. How cam I fix that? Thank´s. "; ?> Result : Waldemar and the correct is: Waldemar Brand Neto

[PHP-WIN] InnoDb and php

2002-08-09 Thread Waldemar Brand Neto
Is it possible to use rollback, commit in a MySql InnoDb table trough php? Tank´s, Waldemar

Re: [PHP-WIN] XML parsing

2002-05-10 Thread Waldemar Brand Neto
Dear Aziz I sufferd a lot do that to. I send a code that work for me. But I think that have a better way to do that. Regards, Waldemar Grupo3.php show the picture and can send another to update a blob field in Grupo4.php. - Original Message - From: "Aziz Durmaz" <[EMAIL PROTECTED]> To:

Re: [PHP-WIN] or die

2002-05-04 Thread Waldemar Brand Neto
The first example fixed: $link = mysql_pconnect ("localhost", "sa", "sa") or die ("Could not connect"); or die is an option of mysql_pconnect so you don´t need the {}. In the second example you can use {} for the if. []´s Waldemar - Original Message - From: "Raidell Avello" <[EMAIL

Re: [PHP-WIN] Problem sending variables with an browser

2002-04-30 Thread Waldemar Brand Neto
Thanks a lot Dash, the problem is solved. Waldemar - Original Message - From: "Dash McElroy" <[EMAIL PROTECTED]> To: "'Waldemar Brand Neto'" <[EMAIL PROTECTED]>; "Php" <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 5:18 P

[PHP-WIN] Problem sending variables with an browser

2002-04-30 Thread Waldemar Brand Neto
Hy, I am a newbie in php and I have a problem sending variables. This is the part of the code wth problem $paramentro="TUBOS E CONEXOES TIGRE"; echo ""; echo "". $ix." "; echo ""; When I pass the mouse over the link the browser show to me: Produto.php?nome=TUBOS. Every caracther after the space

Re: [PHP-WIN] Re: Showing a blob filed part II

2002-04-29 Thread Waldemar Brand Neto
ork I think is a good way. > > -- > > > Best regards, > George Nicolae > IT Manager > ___ > PaginiWeb.com - Professional Web Design > www.PaginiWeb.com > > > "Waldemar Brand Neto" <[EMAIL PROTECTED]> wrote in message > 006901c1ef7b$5

Re: [PHP-WIN] Re: Showing a blob filed part II

2002-04-29 Thread Waldemar Brand Neto
uot; <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > try to echo $i in a separate file (lets say image.php) and in the main > file > > do > > echo ""; > > > > -- > > > > > > Best regards, &

[PHP-WIN] Showing a blob filed part II

2002-04-27 Thread Waldemar Brand Neto
Thank you for the help. I put the header in the top ot the document and now it works. I need one more tip. The result is not the image itself, but the content of the Blob Field, how can I fix that? Thanks. Waldemar The source code: Teste.php Kompatscher & Cia Ltda "; echo ""; echo "

[PHP-WIN] Showing a Blob field in a browser

2002-04-26 Thread Waldemar Brand Neto
Hi, I am a newbie in PHP and Mysql and i´m trying to show a blob field from a Mysql database in to a browser. Could anyone help me. Thanks. The Code Teste.php Kompatscher & Cia Ltda "; echo ""; echo ""; echo "Foto"; echo ""; echo ""; $i= $linha['foto'] ; $len=strlen($i); header("Cont

Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-22 Thread Waldemar Brand Neto
Thank you very much your tips will help me a lot. []´s Waldemar - Original Message - From: "Mike Flynn" <[EMAIL PROTECTED]> To: "Waldemar Brand Neto" <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 5:10 PM Subject: Re: [PHP-WIN] Problem with uploa

Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-22 Thread Waldemar Brand Neto
. - Original Message - From: "Mike Flynn" <[EMAIL PROTECTED]> To: "Waldemar Brand Neto" <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 12:35 PM Subject: Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS > Thanks :). > > You will definitely n

Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-20 Thread Waldemar Brand Neto
Dear Myke I have this problem too. When I save the uploaded file im Mysql it save the path of the file and not the image itself. How cam I read the file and save into a BLOB field. Thanks. Waldemar - Original Message - From: "Mike Flynn" <[EMAIL PROTECTED]> To: "Uhaj" <[EMAIL PROTECTED]>

[PHP-WIN] Upload Help

2002-04-19 Thread Waldemar Brand Neto
Hi, I am a newbie in php. I have to upload an Image to a BLOB field in Mysql. But when I insert the field it save the path of the image file and not the image itself. This is the code: Upload.php Kompatscher & Cia Ltda "; echo ""; echo ""; echo "Código"; echo ""; echo ""; $i=$linha['