Can I ask for more details, please?  Which version of PHP were you using?
Which global settings were modified (if any) from the default -dist
or -recommended .ini files.  In what way weren't the scripts working?  What
was the test case where the code failed?  i.e. what input data were you
giving the scripts.  Was it data from an example page, or your own page?  If
your own page, could you please include that?

I was using a recent version of PHP (4.3 something), and the manual
suggested the new method of retrieving variables from $_GET and $_POST and
$_FILES over the older 4.1.0 method of using HTTP_[GET|POST]_VARS and
$HTTP_POST_FILES, which seems to be the majority of the changes you've made.
Clearly some changes need to be made to the PHP code to detect PHP version,
and use version-specific coding practices.  With the arrival of PHP 5, I'm
sure other things will also change, and some people may also be stuck on
archaic PHP3 systems (which I'm not too familiar with).  Thankfully the PHP
documentation project people have taken great care to document most if not
all of these differences side by side so it shouldn't be too hard to find.

Thanks,

Leif

----- Original Message ----- 
From: "Kevin" <[EMAIL PROTECTED]>
To: "Dynapi-Dev" <[EMAIL PROTECTED]>
Sent: Tuesday, September 23, 2003 2:42 PM
Subject: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php


> Hi,
>
> dynapi.util.ioelement-post.html
>
> I posted before that the get option of the above asp example doesn't work.
>
> I had a look at the php version and neither get or post worked. I had a
look
> and attached a fix. I'm not familiar with vb so could someone help with
the
> asp implementation.
>
> Sorry I'm not up on patching or write access to cvs hence the attachment.
>
> -
> Kevin
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to