Posted by Jerry Stuckle on 06/03/06 12:43
vito wrote:
>>#!/usr/bin/php
>><?php
>>
>>
>>Then save your script and it will run as you expect.
>>
>>Good luck,
>>
>>Bob
>
>
> Bob, you've already brought luck to me!
> but if i place such a script on web, would it lead to a security weak point?
>
>
You don't use those on the web. Apache (if configured correctly) will detect
it's a PHP file and call the interpreter.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|