On 8/17/2010 6:40 AM, Ray_Net wrote:
> Mark Hansen wrote:
>> On 8/16/2010 5:55 PM, d...@kd4e.com wrote:
>>> I was looking at sci-fi movie clips and came upon this
>>> link:
>>>
>>> http://www.moviephiles.com/index.php?ignore=this
>>>
>>> I have not noticed "ignore=this" before and was curious
>>> what is the purpose of it, please?
>>>
>>>
>>
>> "ignore" is a parameter to the "index.php" page. The value "this"
>> will be interpreted by that page. You would need to look at the
>> source for that page to know for sure what it does with it.
>>
> How to look at the source ?

Ask the website owner? PHP is a server-side technology. This means
that the PHP file is 'executed' on the server, and the result is
the actual HTTP response sent to the client (browser). From the client,
you can't (generally) get access to the PHP file directly.
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to