cprudhoe
Technical User
- Mar 8, 2008
- 1
Hello,
I am building a website but don't pretend to be a real programmer. I can get around HTML, php, and some java, and have dabbled in some perl.
I am using an Affiliate script (encrypted perl in the cgi-bin) that will post the affiliate's name on a webpage. The script is:
<script src="//
I need to be able to capture the affiliate's name in an HTML input variable:
<input type="hidden" name="i_rep" value=" the CGI Script output "/>
Can someone show me how to do this?
Thank You
cprudhoe
I am building a website but don't pretend to be a real programmer. I can get around HTML, php, and some java, and have dabbled in some perl.
I am using an Affiliate script (encrypted perl in the cgi-bin) that will post the affiliate's name on a webpage. The script is:
<script src="//
I need to be able to capture the affiliate's name in an HTML input variable:
<input type="hidden" name="i_rep" value=" the CGI Script output "/>
Can someone show me how to do this?
Thank You
cprudhoe