[PHP] pg_update and PGSQL_DML_STRING

2008-05-19 Thread J. Manuel Velasco - UBILIBET
Hello, The option PGSQL_DML_STRING doesn't work with pg_update to me. I try the same option with pg_insert and it worked as I expected, but with pg_update I can't see the query and it is executed. I have an error in the query and I need to debug, so watch it is imperative. Anybody can help

[PHP] encoding to a file

2008-05-16 Thread J. Manuel Velasco - UBILIBET
Hello. When I create a file I need to specify the encoding to ISO-8859-1, how can i do this please ? I have read about stream:default:encoding() but I am not sure how to use it. Thanks in advance. --

Re: [PHP] PHP debugger

2008-04-30 Thread J. Manuel Velasco - UBILIBET
NOTE: If you are interesting in PHP Debuggers, this is not the mail, check the start of the thread since after I decided to try JasonPruim Debug :p we are trying to solve one specific problem. Now, to who is following the thread ... don't hung me, but i think the problem was there was because

Re: [PHP] PHP debugger

2008-04-29 Thread J. Manuel Velasco - UBILIBET
, 2008, at 10:58 AM, J. Manuel Velasco - UBILIBET wrote: Ok, so I am going to try this one, Jason Pruim, let's check how it works ... :p PROBLEM DESCRIPTION: In my whois web-app, when a EU doamin is queried, whois.pl perl script is lunched and I got the right result to my PHP script

Re: [PHP] PHP debugger

2008-04-29 Thread J. Manuel Velasco - UBILIBET
in your script where you have "default:" in your switch, you have a : instead of a ; May be causing some grief :) On Apr 29, 2008, at 4:54 AM, J. Manuel Velasco - UBILIBET wrote: Hi, Thanks for the replay, at least the debugger runs and it's ea

[PHP] curiosidad

2008-04-28 Thread J. Manuel Velasco - UBILIBET
Hello, Since I saw in avaaz site [http://www.avaaz.org/en/], I felt the curiosity to know how to develop a system like they use to spread the world. It is to connect to a address directory and get our contacts. Anybody knows any library, references,... to know how to develop this service?

[PHP] PHP debugger

2008-04-28 Thread J. Manuel Velasco - UBILIBET
Hello, Anybody knows a good debugger for PHP and basic usage? I've found: http://dd.cron.ru/dbg/, what do you think about it ? Thanks. --

Re: [PHP] PHP debugger

2008-04-28 Thread J. Manuel Velasco - UBILIBET
, at 10:32 AM, Thijs Lensselink wrote: Quoting Daniel Brown [EMAIL PROTECTED]: On Mon, Apr 28, 2008 at 7:00 AM, J. Manuel Velasco - UBILIBET [EMAIL PROTECTED] wrote: Hello, Anybody knows a good debugger for PHP and basic usage

[PHP] how to use passthru ()

2008-04-24 Thread J. Manuel Velasco - UBILIBET
Hello, I have two perl scripts that runs fine in the shell. But when I build a page with them, only in one case the results are shown in the other case i see a blank page. I have done different test and I don't understand this issue. I don't know what i am doing wrong. Follows the link to

Re: [PHP] Re: how to use passthru ()

2008-04-24 Thread J. Manuel Velasco - UBILIBET
your EGO. M. Sokolewicz escribi: J. Manuel Velasco - UBILIBET wrote: Hello, I have two perl scripts that runs fine in the shell. But when I build a page with them, only in one case the results are shown in the other case i see a blank page. I have done different test and I