Forum Moderators: coopster

Message Too Old, No Replies

alternative to register globals for webform

         

bheybugarin

3:15 am on Dec 13, 2008 (gmt 0)

10+ Year Member



Hi,

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]

eeek

5:37 am on Dec 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I looking for a resources and solution not to enable register globals to avoid vulnerability.

The solution is not to turn on register globals at all. The php docs are quite good; why not read them?