$test = "Hello World!";
function showvar($var) {
foreach($GLOBALS as $key => $value) {
if($value == $var) {
$varname = $key;
}
}
e
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 List
,
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
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
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: [EMAI
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 ne
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?
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? A
8 matches
Mail list logo