Posted by Jasen Betts on 02/13/06 09:51
On 2006-02-13, Jerry Stuckle <jstucklex@attglobal.net> wrote:
> Jasen Betts wrote:
>>
>> php files are (usually) text files...
>> With include() it would be executed if it contained php tags.
>> The .php filename extension is only significant to the web server.
>
> That's true. But this is NOT php code. This is plain text.
>
> Get me a newspaper and show me where articles have tags such as <?php in
> them. Or any other plain text file not about PHP.
If you can guarantee that the files will never contain
and you (or other resposible people control the content <?php (etc) that'd
work... but it still seems like a problem waiting to happen to me.
Bye.
Jasen
[Back to original message]
|