RES: [PHP] Built in source encode function..

2003-03-21 Thread Piero B. Contezini
Use Zend Encoder/Engine, thats how zend makes money Piero -Mensagem original- De: Awlad Hussain [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 21 de março de 2003 10:59 Para: [EMAIL PROTECTED] Assunto: [PHP] Built in source encode function.. I think PHP should have a built in abili

RES: RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
So ask the administrator to install it, without it kidding with XML will be a hell! Piero -Mensagem original- De: Burhan Khalid [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 20 de março de 2003 22:15 Para: Piero B. Contezini Assunto: Re: RES: [PHP] XML Problems Hello Piero

RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
$obj = load_xml("http://weather.interceptvector.com/weather.xml?id=QlJYWDAxMzA% 3D"); Enjoy XML! Piero -Mensagem original----- De: Piero B. Contezini [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 20 de março de 2003 21:45 Para: 'Burhan Khalid' Cc: [EMAIL PROTECTED] Assunto

RES: [PHP] XML Problems

2003-03-20 Thread Piero B. Contezini
I had the same problem a week ago, so i wrote a little function to convert xml files into usable objects (the dom_xmltree function sucks a lot), Basicly it converts the XML data into a object and make arrays for multi nodes, i also have done another function to write the object on disk, may be very

RES: [PHP] Proc_open() problems

2003-03-19 Thread Piero B. Contezini
Do you have any idea where I can find more info about it? Piero -Mensagem original- De: Marek Kilimajer [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 19 de março de 2003 12:02 Para: Piero B. Contezini Cc: [EMAIL PROTECTED] Assunto: Re: [PHP] Proc_open() problems The problem is

[PHP] Proc_open() problems

2003-03-19 Thread Piero B. Contezini
I'm having problems while opening a ssh session thru proc_open(), anyone knows why i can see the remote terminal prompt while reading the stdout? It just doesn't appear! Piero "It occurred to me by intuition, and music was the driving force behind that intuition. My discovery was the result of m

[PHP] Dinamic Object Creation

2003-03-13 Thread Piero B. Contezini
Hello, I'm developing a project where i need to access some XML files as objects, i've seen the dom_xmltree function but it makes me a tree of arrays of objects, too complicated to manipulate and hard to find the content within the object. Anyone have manipulated dinamic objects? I am reading the