[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Retrieving Info from minivend
On 1 Sep, Shao Zhang wrote:
> ****** message to minivend-users from Shao Zhang <shao@shaoz.dhs.org> ******
>
> Hi,
> I need to retrieve some info from minivend to pass them on to
> another cgi script.
>
> For example, I need to pass the customer's name and credit card
> info to another cgi script. What kind of variables should I
> use??
>
> Thanks.
>
> Shao.
>
Hi Shao Zhang,
use a form tag with variable that you need for your another cgi script.
To get the value that you need from MV, use this i.e.
<FORM ACTION="/cgi-bin/<YOUR-ANOTHER-CGI-SCRIPT>.cgi" METHOD="POST">
any stuff...
<INPUT TYPE=hidden NAME="variable1" VALUE="[value name]">
<INPUT TYPE=hidden NAME="variable1" VALUE="[value email]">
etc..
</FORM>
I use this with i.e. formmail.cgi .
Joachim
--
Hans-Joachim Leidinger
buch online jojo@buchonline.net
Munscheidstr. 14 FAX: +49 209 1971449
45886 Gelsenkirchen