Hello,
I feel really dumb asking this, but I'm in need of some help I like coding with functions like...
<?
function code() {
echo "code here";
}
switch ($action) {
case "Code":
code();
break;
}
?>
The question is I want to use like inside "code to do a & include type of thing like, ?action=Code&id=MoreCode "&id"
How would I go about doing this? (If so please tell me I'm dumb...)
I feel really dumb asking this, but I'm in need of some help I like coding with functions like...
<?
function code() {
echo "code here";
}
switch ($action) {
case "Code":
code();
break;
}
?>
The question is I want to use like inside "code to do a & include type of thing like, ?action=Code&id=MoreCode "&id"
How would I go about doing this? (If so please tell me I'm dumb...)






