| http://www.w3.org/ns/prov#value | - of code for each affected variable.Since you were using $name in your script before, what you will want to do now is as close to the beginning of your script as reasonably possible, assign the screened value of $_POST['name'] to $name.Assuming your GET/POST variables are properly screened and the problem was a different variable being overridden due to register_globals, it can be done like this.
|