in reply to Re: Return data from script to a results page
in thread Return data from script to a results page

1. This is the first script we are using. 2. Enough to be a newbie. 3. Yes the page exists and I want to fill in the fields with the data from the script. 4,5,&6. Yes the isp allows us to use php,asp,perl, it is running on IIS, because our shopping cart uses IIS. We have full writes to the script directory. Thanks, I hope this info helps you.
  • Comment on Re: Re: Return data from script to a results page

Replies are listed 'Best First'.
Re: Re: Re: Return data from script to a results page
by alienhuman (Pilgrim) on Sep 23, 2003 at 20:04 UTC

    Can you describe what you want to do in more detail? It sounds like what you want to do is have a perl script get information from some third party source and then output an HTML page inserting that information where appropriate (probably with pattern matching).

    Does that accurately describe what you want to do? If not, describe it in more detail.

    Also, please use "<p>" to format your writeups here on Perlmonks... much easier to read. Check out Writeup Formatting Tips for more information.

    AH