From: Kevin <ke...@ke...> - 2003-09-23 18:42:07
Attachments:
ioelmsrv-update1.zip
|
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 |
From: Raymond I. <xw...@ya...> - 2003-09-24 02:57:05
|
Thanks for the update on the php. I had the asp bug on my to-do list :) -- Raymond Irving --- Kevin <ke...@ke...> wrote: > 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 > > ATTACHMENT part 2 application/x-zip-compressed name=ioelmsrv-update1.zip __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-29 16:43:59
|
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" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> 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 > |
From: Raymond I. <xw...@ya...> - 2003-09-29 18:03:10
|
--- Leif W <war...@us...> wrote: > Clearly some changes need to be made to the PHP code > to detect PHP version, and use version-specific coding practices. Yes. I think some version checking should be done. (I'm not too familiar with PHP) -- Raymond Irving > 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" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > 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 > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Vincent V. <vv...@x-...> - 2003-09-30 10:29:00
|
PHP 5 is not out for the momment, php4 is mostly used. For those who wants to work with PHP and mysql the easiest way is http://www.easyphp.org/ I try to translate your dynapi.util.ioelement.*.asp but I'm not familiar with ASP. Do you know where I can find a php version or an asp version with comment ? Thanks --- Vincent RI> --- Leif W <war...@us...> wrote: >> Clearly some changes need to be made to the PHP code >> to detect PHP version, and use version-specific RI> coding practices. RI> Yes. I think some version checking should be done. RI> (I'm not too familiar with PHP) RI> -- RI> Raymond Irving >> 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" <ke...@ke...> >> To: "Dynapi-Dev" <Dyn...@li...> >> 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 >> > >> >> >> >> >> RI> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Dynapi-Dev mailing list >> Dyn...@li... >> RI> http://www.mail-archive.com/dyn...@li.../ RI> __________________________________ RI> Do you Yahoo!? RI> The New Yahoo! Shopping - with improved product search RI> http://shopping.yahoo.com -- Best regards, Xside mailto:xs...@if... |
From: Leif W <war...@us...> - 2003-10-01 05:46:08
|
Technically I don't know ASP either, but I have seen some examples of it before. I know the two flavors in use for the IOElement stuff are in JScript (JavaScript) and VBScript, so if you know either of these languages (I assume you'll get more out of the JScript version, like me), your success might be greater. To increase my understanding, foreach odd bit off incomprehensible code (i.e. some reference to some predefined server object), I used Google to help me find other examples so I could better understand the context. For something that still wasn't clear, I just looked at the other language (VBScript) and used it as a reference to help define context. I was able to convert the ioelmsrv.jscript.asp but I think Raymod added some new things which I haven't yet added to the PHP version ioelmsrv.php. The ioelmsrv.soda.php is still in progress. In either case, the most recent copy of what I've got is in CVS and hasn't changed for a few days, so you should be able to find it by either an anonymous checkout, or nightly snapshot. So if you want to work on that, go ahead. But just drop a note here about which file you'll be working on so we're not clobbering each other's updates. :) Leif P.S. About EasyPHP. I never heard of it until now, but looking on their website, they're using some slightly older versions of software. It may be a little bit of a learning experience the first time but even on windows, it's not too hard to get Apache (2.0.47), PHP (4.3.4RC1), and MySQL (4.0.15a), and phpMyAdmin (2.5.4-rc1) up and running, and the experience is well worth the effort. If you need any tips setting up, feel free to ask. ----- Original Message ----- From: "Vincent Vermersch" <vv...@x-...> To: "Raymond Irving" <dyn...@li...> Sent: Tuesday, September 30, 2003 6:28 AM Subject: Re[2]: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > PHP 5 is not out for the momment, php4 is mostly used. > For those who wants to work with PHP and mysql the easiest way is http://www.easyphp.org/ > > I try to translate your dynapi.util.ioelement.*.asp but I'm not > familiar with ASP. Do you know where I can find a php version or an > asp version with comment ? > > Thanks > --- > Vincent > > > RI> --- Leif W <war...@us...> wrote: > >> Clearly some changes need to be made to the PHP code > >> to detect PHP version, and use version-specific > RI> coding practices. > > RI> Yes. I think some version checking should be done. > RI> (I'm not too familiar with PHP) > RI> -- > RI> Raymond Irving > > >> 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" <ke...@ke...> > >> To: "Dynapi-Dev" <Dyn...@li...> > >> 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 > >> > > >> > >> > >> > >> > >> > RI> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Dynapi-Dev mailing list > >> Dyn...@li... > >> > RI> http://www.mail-archive.com/dyn...@li.../ > > > RI> __________________________________ > RI> Do you Yahoo!? > RI> The New Yahoo! Shopping - with improved product search > RI> http://shopping.yahoo.com > > > > > -- > Best regards, > Xside mailto:xs...@if... > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Daniel T. <de...@ti...> - 2003-10-01 06:08:22
|
Hi folks! When using the ViewPanel and adding the content (a Loadpanel) and you dont set the size for the LoadPanel you wont see anything. I am currently trying to load in pages with dynamic content (emails) into a loadpanel, and using the ViewPanel to be able to scroll verticaly and horizontaly when my cant show more content. However, as i never knows how mutch space the loaded content in the loadpanel is, i would need to be able to set the w/h to null, but this dont work very well with the viewpane. Any idees? |
From: Daniel T. <de...@ti...> - 2003-10-01 09:35:55
|
Hi again! To clearify my problem: In the dynapi.gui.viewpane-loadpanel.html You will see this code: var lp = new LoadPanel('loadpanel/file1.html'); lp.setSize(300,300); lp.setBgColor('#C0C0C0'); var vp = new ViewPane(null,250,100,200,200); vp.setContent(lp) dynapi.document.addChild(vp); As i dont want any clipping to occure in the loadpanel, i want to change the code to: var lp = new LoadPanel('loadpanel/file1.html'); //lp.setSize(300,300); lp.setBgColor('#C0C0C0'); var vp = new ViewPane(null,250,100,200,200); vp.setContent(lp) dynapi.document.addChild(vp); This will result in that the content will be blank, the viewpane is white but the scrollbars are there... As you will see in the example the loadpanels content is clipped, this is what i want to prevent, the content added to the viewpane, should be set to null or something, as the viewpane should work this out by itslef somehow... Best regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Daniel Tiru Sent: den 1 oktober 2003 08:08 To: dyn...@li... Subject: [Dynapi-Dev] Loadpanel and ViewPanel Hi folks! When using the ViewPanel and adding the content (a Loadpanel) and you dont set the size for the LoadPanel you wont see anything. I am currently trying to load in pages with dynamic content (emails) into a loadpanel, and using the ViewPanel to be able to scroll verticaly and horizontaly when my cant show more content. However, as i never knows how mutch space the loaded content in the loadpanel is, i would need to be able to set the w/h to null, but this dont work very well with the viewpane. Any idees? ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-01 19:38:31
|
The problem is with LoadPanel. For now you'll have to atleast set width of the LoadPanel -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi again! > > To clearify my problem: > > In the dynapi.gui.viewpane-loadpanel.html > > You will see this code: > var lp = new LoadPanel('loadpanel/file1.html'); > lp.setSize(300,300); > lp.setBgColor('#C0C0C0'); > > var vp = new ViewPane(null,250,100,200,200); > vp.setContent(lp) > > dynapi.document.addChild(vp); > > As i dont want any clipping to occure in the > loadpanel, i want to change > the code to: > var lp = new LoadPanel('loadpanel/file1.html'); > //lp.setSize(300,300); > lp.setBgColor('#C0C0C0'); > > var vp = new ViewPane(null,250,100,200,200); > vp.setContent(lp) > > dynapi.document.addChild(vp); > > This will result in that the content will be blank, > the viewpane is > white but the scrollbars are there... > As you will see in the example the loadpanels > content is clipped, this > is what i want to prevent, the content added to the > viewpane, should be > set to null or something, as the viewpane should > work this out by itslef > somehow... > > Best regards > Daniel > > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Daniel Tiru > Sent: den 1 oktober 2003 08:08 > To: dyn...@li... > Subject: [Dynapi-Dev] Loadpanel and ViewPanel > > > Hi folks! > > When using the ViewPanel and adding the content (a > Loadpanel) and you > dont set the size for the LoadPanel you wont see > anything. I am > currently trying to load in pages with dynamic > content (emails) into a > loadpanel, and using the ViewPanel to be able to > scroll verticaly and > horizontaly when my cant show more content. > > However, as i never knows how mutch space the loaded > content in the > loadpanel is, i would need to be able to set the w/h > to null, but this > dont work very well with the viewpane. > > Any idees? > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Leif W <war...@us...> - 2003-09-29 16:47:42
|
Sorry, still behind on messages. Just sort of picking messages at random to reply to. :D I'll compare this PHP code to what's in CVS and play with it. AFAIK, the PHP version was working for GET and POST, at least for the simple example page. But I remember there was a lot of robustness testing (i.e. for all the various data types) that needed to be done, so maybe something was indeed broken. I don't have any access to a ASP (JScript/VBScript) environment, so I can't test that. Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> 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 > |
From: Leif W <war...@us...> - 2003-09-29 17:55:28
|
Gotta love my ISP. My messages are coming to the list out of sequence. ^^ I sent this one about 15-20 minutes earlier than the last message. Leif ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Monday, September 29, 2003 11:49 AM Subject: Re: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > Sorry, still behind on messages. Just sort of picking messages at random to > reply to. :D > > I'll compare this PHP code to what's in CVS and play with it. AFAIK, the > PHP version was working for GET and POST, at least for the simple example > page. But I remember there was a lot of robustness testing (i.e. for all > the various data types) that needed to be done, so maybe something was > indeed broken. I don't have any access to a ASP (JScript/VBScript) > environment, so I can't test that. > > Leif > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > 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 > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2003-09-29 20:10:23
|
Hi, I was using php version 4.0.6 (for a Windows test with IIS) that didn't have the $_GET / $_POST variables. - Kevin "Leif W" <war...@us...> wrote: > Sorry, still behind on messages. Just sort of picking messages at random to > reply to. :D > > I'll compare this PHP code to what's in CVS and play with it. AFAIK, the > PHP version was working for GET and POST, at least for the simple example > page. But I remember there was a lot of robustness testing (i.e. for all > the various data types) that needed to be done, so maybe something was > indeed broken. I don't have any access to a ASP (JScript/VBScript) > environment, so I can't test that. > > Leif > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > 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 > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-09-29 20:54:43
|
Cool, that's what I started to figure after thinking about it. I'm looking at other PHP app sources (like phpMyAdmin, the popular MySQL admin utility), to see how they handle it. From the main index.php, one possible way to handle this is as follows (the example is trying to get the HTTP_HOST environment variable): // Gets the host name // loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+ if (empty($HTTP_HOST)) { if (!empty($_ENV) && isset($_ENV['HTTP_HOST'])) { $HTTP_HOST = $_ENV['HTTP_HOST']; } else if (!empty($HTTP_ENV_VARS) && isset($HTTP_ENV_VARS['HTTP_HOST'])) { $HTTP_HOST = $HTTP_ENV_VARS['HTTP_HOST']; } else if (@getenv('HTTP_HOST')) { $HTTP_HOST = getenv('HTTP_HOST'); } else { $HTTP_HOST = ''; } } But just before this, in the same file index.php, there's a require line: require('./libraries/grab_globals.lib.php'); And in this file there's a function definition which appears to look for variables in the various locations and stick them into $GLOBALS. /** * This library grabs the names and values of the variables sent or posted to a * script in the '$HTTP_*_VARS' / $_* arrays and sets simple globals variables * from them. It does the same work for the $PHP_SELF variable. * * loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+ */ I may just have to lift (i.e. borrow or use) this code, and modify it for use in ioelmsrv.php. Both projects are GPL, so shouldn't be a problem. I'll just leave a credit in the source. I'll have to think if there's any more generalized ways of handling the version problem before implementing anything. Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: <dyn...@li...> Sent: Monday, September 29, 2003 1:14 PM Subject: Re: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > Hi, > > I was using php version 4.0.6 (for a Windows test with IIS) that didn't have > the $_GET / $_POST variables. > > - > Kevin > > "Leif W" <war...@us...> wrote: > > > > Sorry, still behind on messages. Just sort of picking messages at random to > > reply to. :D > > > > I'll compare this PHP code to what's in CVS and play with it. AFAIK, the > > PHP version was working for GET and POST, at least for the simple example > > page. But I remember there was a lot of robustness testing (i.e. for all > > the various data types) that needed to be done, so maybe something was > > indeed broken. I don't have any access to a ASP (JScript/VBScript) > > environment, so I can't test that. > > > > Leif > > > > ----- Original Message ----- > > From: "Kevin" <ke...@ke...> > > To: "Dynapi-Dev" <Dyn...@li...> > > 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 > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Doug M. <do...@cr...> - 2003-09-29 21:07:22
|
If you will explain the interface I will implement in ASP. I don't know PHP from my bum so.. anyways.. just describe the interface and I'll post it.. ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> 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 > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/03 |
From: Raymond I. <xw...@ya...> - 2003-09-29 21:11:49
|
I've already fixed the ASP section mentioned by Kevin. Leif is kinda behind with these emais :) -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > If you will explain the interface I will implement > in ASP. > I don't know PHP from my bum so.. anyways.. > just describe the interface and I'll post it.. > > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > 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 > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system > (http://www.grisoft.com). > Version: 6.0.522 / Virus Database: 320 - Release > Date: 9/29/03 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |