650reads

Can one add form validation to a PHP page without changing other elements in it?view story

I have a page on a site that I am changing but which I never wrote. It is a page that is the checkout page on a site selling items (checkout.php). The page does many things and posts to itself. What it does, in terms of eyeballing the page and reading from top to bottom is this: Calls another file require: PHP Code: <?php session_start(); require("./UserSQL.inc.php"); which in turn calls another file: PHP Code: <?php require("./DbSql.inc.php"); which in turn calls another f

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.
CAPTCHA
Human?
Image CAPTCHA
Enter the characters shown in the image.