Server Side Code

server side code , payment gateway , hiding code Seattle, United States
  • 11 years ago
    Hi, I'm not a web developer and just learn as i go. I need to set up a registration page that sends sensitive information to a payment gateway to process. I have the webpage created and the form with all the information to send to the gateway. My problem is that I need to convert and/or change the code so that its server side code.
  • 11 years ago
    I'm not entirely sure what you mean by making the code server side. It sounds like you want to get the user of your website to send you some infomation, which you then handle in some way. To do this you need to have a program that plugs into the webserver and can automatically generate HTML pages. The main options for this are: Write your own program using and interface with CGI (For the diehard c/c++ programmers out there). Use a scripting language such as PHP (recomended). A lot of public webservers already have PHP installed, and if you're running your own then it's free. PHP files are just like html files, except you can include instructions to be carried out by the webserver (these will never be sent to the user). PHP's home site is www.php.net Regards

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Never trust a programmer in a suit.” - Anonymous