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">
ben ihtiyacım ifade gibi görünüyor, ama nerede kod benim bloğuna koymak? Ben
<form action="https:www.mmmmmmm.com/vvvvvvv/process.do method="post">
ve daha sonra bu gibi 10 satır
<input type="hidden" name= "ssl show_form" value="true">
<input type="hidden" name="ssl_pin" value=hhhhhh">
.. Yardım ve ben bu için çok yeni, bu yüzden basit tutmak? Teşekkürler!