[PHP] WDDX

2004-05-17 Thread Dave Avent
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 very gratefull Cheers Dave -- PHP General Mailing

RE: [PHP] Re: WDDX

2004-05-17 Thread Dave Avent
, Craig Dave Avent [EMAIL PROTECTED] wrote in message news:[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

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 Dave Avent

RE: [PHP] Print a variable's name

2004-05-05 Thread Dave Avent
$test = Hello World!; function showvar($var) { foreach($GLOBALS as $key = $value) { if($value == $var) { $varname = $key; } }

RE: [PHP] Compare Case Insensitive?

2004-04-08 Thread Dave Avent
if (strtolower($code) == 'abc123') { or if (strtoupper($code) == 'ABC123') { -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 4:21 PM To: PHP Subject: [PHP] Compare Case Insensitive? How can I compare a variable submitted by a form as case insensitive?

RE: [PHP] Can I get varaibles from an include file without exectuting it?

2004-04-07 Thread Dave Avent
pipe the infomation from the script that is run by crond directly into the second script at run-time Dave -Original Message- From: Al [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 4:13 PM To: [EMAIL PROTECTED] Subject: [PHP] Can I get varaibles from an include file without exectuting it?

RE: [PHP] Image output (Newb question)

2004-04-02 Thread Dave Avent
Header (Content-type: image/png); $im = imagecreatefrompng(images/map.png); imagepng($im); ImageDestroy ($im); -Original Message- From: Fidencio Monroy [mailto:[EMAIL PROTECTED] Sent: 02 April 2004 10:55 AM To: (PHP General List) Subject: [PHP] Image output (Newb question) Hi, I need

RE: [PHP] Flash MX

2004-04-01 Thread Dave Avent
I do allot of php to flash communication in my work and I have found that wddx is by far the easiest and best way to transfer large and small amounts of both simple and complex data Dave -Original Message- From: Nadim Attari [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 12:08 PM To: