Forum Moderators: coopster
Were using similar webform for each property of our suppliers, we just needed to change the property name via coding in our webform:
Title: <?=$property?> <?=$product?>
Subject: <?=$property?> <?=$product?>
Then in webbrowser:
http://www.example.com/Property1-ph.html
This coding: <?=$property?> was change to: Property1 as output in the browser.
However, we needed to enable: register globals
with this setting.
-
I looking for a resources and solution not to enable register globals to avoid vulnerability.
Please let me know if you have the solution.
[edited by: coopster at 10:07 pm (utc) on Dec. 14, 2008]
[edit reason] please use example.com, thanks! [/edit]