RE: [PHP] WDDX

2004-05-17 Thread Dave Avent
Thats brilliant, but unfortunatly i get the following error: Shared object "libc.so.6" not found Any ideas? Cheers Dave -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 4:54 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] WDDX * Thus wrote

Re: [PHP] WDDX

2004-05-17 Thread Curt Zirzow
* Thus wrote Dave Avent ([EMAIL PROTECTED]): > Hi All, > > Does anyone know if there is a WDDX Class for PHP. I have googled and > checked phpclasses.org. I am unable to recompile my webserver so I cannot > include wddx support that way, so if anyone can help me with any suggestions > I would be v

Re: [PHP] WDDX...

2002-01-16 Thread Jimmy
Hi Tony, > I'm doing a website which I want to be easily updated so I made it using > wddx, now I wonder how fast or slow it is? > How many people can connect to my website without seeing any slowdowns? > Anyone knows? I use WDDX in my project to exchange data between application (which is what

Re: [PHP] WDDX

2001-12-08 Thread Papp Gyozo
What do you get as result from a 'Show source...' in your browser? AFAIK, NS4.76 does not display unrecognized HTML element, and it treats your script's output as HTML source. try: - Original Message - From: "con pulpa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Satu

Re: [PHP] WDDX

2001-12-08 Thread Rouvas Stathis
Browsers discard whatever tags they don't understand. They don't grok WDDX tags, so only the string is displayed. View source and it all should be there. -Stathis. con pulpa wrote: > > Hi EVERYONE! > > I'm running RH7.1 with PHP version 4.04pl1 and > Apache1.3.19-5. A simple php script > tell

Re: [PHP] WDDX and binary data

2001-09-15 Thread Rouvas Stathis
Try base64_(en|de)code. -Stathis. Christopher Heschong wrote: > > Despite the fact that PHP's WDDX functions don't support a "binary" type, > most binary data comes through just fine, and in fact, the WDDX serialize > function can encode certain types of binary data, such as a null > character:

Re: [PHP] WDDX recordset data

2001-08-07 Thread Bjorn Van Simaeys
You can find nice documentation for all WDDX functions on php.net: http://www.php.net/manual/en/ref.wddx.php Greetz, Bjorn Van Simaeys www.bvsenterprises.com --- Vikram Vaswani <[EMAIL PROTECTED]> wrote: > Can anyone point me to a resource which explains how > to iterate through > WDDX record

Re: [PHP] WDDX recordset data

2001-08-07 Thread Thies C. Arntzen
On Wed, Aug 08, 2001 at 12:21:30AM +0500, Vikram Vaswani wrote: > Can anyone point me to a resource which explains how to iterate through > WDDX recordsets with PHP? wddx_deserialize()? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [PHP] WDDX Deserialisation problem/bug?

2001-04-23 Thread Andrei Zmievski
PHP WDDX doesn't support recordsets. > I'm using wddx_deserialize($packet) and what I'm getting returned does not > seem right in the slightest > > my code is: > > $values = wddx_deserialize($packet); > > Packet: > fieldNames='Title,description,bondref'>Senior > Legal AdviserHead of Litigatio

Re: [PHP] wddx installation

2001-04-18 Thread Markus Maussner
hi... sorry i found the error myself... it shoube be --enable-wddx and not --with-wddx markus Am Mit, 18 Apr 2001 schrieb Markus Maussner: > hi > > i installed php with this "config" on rh6.2.. > './configure' '--with-mysql' '--with-apache=../apache_1.3.19' '--enable-trak-vars' >'--with-xml'