Thread
:
php/apache question
View Single Post
10-17-2007, 01:14 PM
calmlikeabomb
Confirmed User
Join Date: May 2004
Location: SW Palm Bay, Florida
Posts: 1,323
Simple solution is to execute two commands.
PHP Code:
<?php
$command
=
"wget http://domain.com/file.php; rm -f file.php"
;
shell_exec
(
$command
);
?>
__________________
subarus.
calmlikeabomb
View Public Profile
Visit calmlikeabomb's homepage!
Find More Posts by calmlikeabomb