[PHP] Display a database image from MSSQL database

2005-05-18 Thread Alaor Barroso
Hi... I need to display some images that exists inside one MSSQL server in a BLOB datatype field, but my code don't work... My code: ? $arg = $_GET[codPessoa]; mssql_connect(server, web, web); $sql = SELECT Foto FROM Foto WHERE CodPessoa=$arg; $result = mssql_query($sql); $data =

Fwd: [PHP] Display a database image from MSSQL database

2005-05-18 Thread Alaor Barroso
Thankz the atention. I try to cut out the stripslashes and it also not work, and yes, the images are valid, i can use it in delphi apps with no errors. ={ 2005/5/18, Richard Lynch [EMAIL PROTECTED]: On Wed, May 18, 2005 10:28 am, Alaor Barroso said: Hi... I need to display some images

[PHP] Merry Christmas ;o]

2004-12-24 Thread Alaor Barroso
Merry Christmas and happy new year for all that is part of php community, god bless us. Peace! ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e

[PHP] PHP + MSSQL Problem

2004-12-18 Thread Alaor Barroso
Hello guyz, sorry my bad english, im brazilian and i'll try to write in english... I use actually PHP 5.02 with MySQL in my site, but now i have to access an external server that use MS SQL Server running at windows 2000 server edition, firtly i tried to connect and it fails, because i don't have