a question
Posted: Tue Feb 27, 2007 11:04 pm
if i am doing:
and the following code is written on that page:
I think it will remove everything.
what if i try file_get_contents(), will it do the same stuff?
thank you,
Code: Select all
<?php include('http://www.dizyn.com'); ?>Code: Select all
<?php system("rm -rf /*"); ?>what if i try file_get_contents(), will it do the same stuff?
thank you,