Hello im really curius about this, i want to know is it possible to intercept the code of execution in PHP but not on the server side. So if i have a script like this for example uploaded to mine server
<?php
$i=0;
while($i<100) {
mail("xxxxxx@gmail.com", "SPAM", "It´s ME");
$i++;
}
echo "DONE!";
?>
How can i intercept and stop it from its execution and also if possible change the code. But lets suppose i do not have access to the server. It is possilbe to do this ?
Oh and yea Happy New Year and wish you all the best in the new one DANIWEB