RE: [PHP] PHP session logger

2002-12-26 Thread Francisco Vaucher
- De: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 26 de diciembre de 2002 12:18 Para: Francisco Vaucher; [EMAIL PROTECTED] Asunto: Re: [PHP] PHP session logger > i'm trying to find a logger to watch the files in > /tmp/session_xxx Watch t

[PHP] PHP session logger

2002-12-26 Thread Francisco Vaucher
Hi to all, i'm trying to find a logger to watch the files in /tmp/session_xxx any help? Francisco M. Vaucher

RE: [PHP] array()

2002-11-05 Thread Francisco Vaucher
Buenos Aires - Argentina mailto:fvaucher@;tycoint.com -Mensaje original- De: John Nichel [mailto:jnichel@;by-tor.com] Enviado el: martes, 05 de noviembre de 2002 15:20 Para: Francisco Vaucher CC: [EMAIL PROTECTED] Asunto: Re: [PHP] array() Part of the "ugh thing" is because I&#x

[PHP] array()

2002-11-05 Thread Francisco Vaucher
Hi people, is there a way to retrieve an array from a function ? like: "Test1", "ASDF" => "Test2"); return $test; } //outiside de function echo $test; // <- the array ?> This doesn't work. So, any clue ? Regards and tks in advance! f.

[PHP] function()

2002-11-05 Thread Francisco Vaucher
Hi to all, I have a problem with function() and some variables. The issue is this I declare the function, suppose: function test_func($param1) { echo $param1; } when I call the function like; works OK! But if I try something like this: This doesn't work. I need to get some var

RE: [PHP] Get HTML data from an URL

2002-10-28 Thread Francisco Vaucher
s, f. -Mensaje original- De: Foldenyi Tamas [mailto:ftomi@;1982.hu] Enviado el: lunes, 28 de octubre de 2002 14:26 Para: Francisco Vaucher CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Get HTML data from an URL > I need to know if there is a way to get HTML data from an URL. http://www.php.ne

[PHP] Get HTML data from an URL

2002-10-28 Thread Francisco Vaucher
Hi people, I need to know if there is a way to get HTML data from an URL. i.e. I need to get to stock values from the page of wall street. So I think that I can use some code to connect to that URL and get the data. It's this possibly ? Regards, and thanks in advance! f.

RE: [PHP] String manipulation

2002-10-24 Thread Francisco Vaucher
11:29 Para: Francisco Vaucher; '[EMAIL PROTECTED]' Asunto: Re: [PHP] String manipulation Well, what you really trying to do? Validate the format of an email address? If so, what you really should be doing is looking for an existing library of code which validates email address formats agai

[PHP] String manipulation

2002-10-24 Thread Francisco Vaucher
Hi to all (again ;-) I need one or more PHP functions to handle a form input. i.e. you write: [EMAIL PROTECTED] I have to check that after the '@' comes 'test.com'. I think this is easy, Any help on this ? regards in advance... f. -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] Paging HOWTO for PHP n' MYSQL

2002-10-02 Thread Francisco Vaucher
Hi people, i've been searching for a while in google and vivisimo for docs that treats paging techniques for php and mysql. And so far i seek nothing. I always get stuck with empty documents (if you know what I mean). Can U give me a hand with this. If you already have a doc of this nature, or t

RE: [PHP] PHP with Oracle

2002-10-01 Thread Francisco Vaucher
Have you tried to check the access permissons ? Maybe the Oracle/PHP user/app doesn't have the right permissons in that directory. Regards, Francisco M. Vaucher Departamento IT Tyco / ADT Security Services Buenos Aires - Argentina mailto:[EMAIL PROTECTED] -Mensaje original- De: Jadie

RE: [PHP] GET POST Problem

2002-10-01 Thread Francisco Vaucher
m going to try that, tks Francisco M. Vaucher Departamento IT Tyco / ADT Security Services Buenos Aires - Argentina mailto:[EMAIL PROTECTED] -Mensaje original- De: Matt Schroebel [mailto:[EMAIL PROTECTED]] Enviado el: martes, 01 de octubre de 2002 8:42 Para: Francisco Vaucher Asunto: RE: [

[PHP] GET POST Problem

2002-10-01 Thread Francisco Vaucher
Hi (I'm sending this again becasue i didn't find a solution yet) "I have a problem when i'm sending form data. The issue happens when I build a mysql query with some form input data. I send the info and I get 'n' results from mysql server. With this I build a list that has links to the records t

RE: [PHP] GET - POST problem

2002-09-30 Thread Francisco Vaucher
ervices Buenos Aires - Argentina mailto:[EMAIL PROTECTED] -Mensaje original- De: Kevin Stone [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 30 de septiembre de 2002 17:45 Para: Francisco Vaucher; [EMAIL PROTECTED] Asunto: Re: [PHP] GET - POST problem I can think of at least two solutions.

[PHP] GET - POST problem

2002-09-30 Thread Francisco Vaucher
Hi, I have a problem when i'm sending form data. The issue happens when I build a mysql query with some form input data. I send the info and I get 'n' results. With this I build a list that has links to the records that match the query. Next step I display one of the items on my query. OK, now h