Sorry, I have read through it but still a little confused.
I just want to set a value
MyName = <?php getUser_Name($config[userid]) ?>
And then include a page
include("mypage.php?Name=MyName
How could I do this. I tried defining the value by a javascript but I still run in the same problem.