newbie with a tool - in a trap now

ihi,

I am Vasanth. Trying to create a new application using PHP runner. A very good tool. Amazing results. But when I customizing the results (output of the phprunner) i am having trouble interpreting the same. Can any one help me understand the following

_trip_info.php?{$row.1_masterkeys} I know the first part is a file name I don’t know what the ? and {} means.

Thanks in Advance.

Vasanth

Everything after the ? in a URL is the query string. Basically it can be fetched into your PHP script by using the GET method.
It seems that PHP is parsing a variable (by the name ‘$rowx’, where ‘x’ is the value of the constant ‘1_masterkeys’).

Sponsor our Newsletter | Privacy Policy | Terms of Service