In setting up a SSL payment page for online sales it is suggested by the merchant services company that the sensitive data (i.e., merchant credentials, ID and SSL pin, etc) be hidden with the use of Server Side Code. I have been unable to find, after hours of searching, a comprehensive definition of server side code and how it could be used for this purpose. Don't care if the customer views the rest of the code, just want to hide a section. Have seen something that says
<script runat="server">
that looks like the phrase I need, but where do I put it in my block of code? I have
<form action="https:www.mmmmmmm.com/vvvvvvv/process.do method="post">
and then 10 lines such as
<input type="hidden" name= "ssl show_form" value="true">
<input type="hidden" name="ssl_pin" value=hhhhhh">
Please help.. and I am very new to this, so keep it simple? Thanks!!