PDA

View Full Version : Program to display variable names


§hinoßi
08-14-06, 02:45 PM
ok here is my dilemma.

I have access to a system that stores values as variables for instance:

a persons name is stored in $names

On this site i have access to, you can submit a form (submitting a userid for example) and it will send you to a page that lists the user information. However, when you view the source on the page, you dont see the actual variable names (like $name) you see the data that was returned (the actual name):

Name: john (where john is the data that was returned for $name)


I need a program or browser or something like that, which will display the original page as if I were viewing the file itself through FTP (meaning, i can see the original variables, connection, strings, etc.):

Name: $name

is there a way to do this?