Answer the question
In order to leave comments, you need to log in
Why is the get parameter not being passed to dle ?
Call file
{include file="engine/modules/mylink.php?param=111"}
Pass 111
<?php
echo "Param: " . $_GET["param"] . "
";
?>
Displays Param:
If I call it directly, everything works, but it doesn't pass the parameter through include.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question