I make a php file it named as baca.php like this :
<?php
$id=$_GET['id'];
$admin$id="anything";
?>
I want to make new variable with ID parameter value
like
ex:
if ID parameter value is 1 so the variable is
$admin1="";
if ID parameter value is 2 so the variable is
$admin2="";
Help me please ^_^