how to pass variable to function
-
hi,
i have to call something like this
function(‘$user_id’)
doesn’t work.
i tried
function(‘<?php echo $user_id; ?>’)
function(‘\”<?php echo $user_id; ?>\”‘)and so on. nothing happened.
if i will give manually, for an example, ‘1’ … it works well.
any hints to resolve that problem?
regards form austria
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘how to pass variable to function’ is closed to new replies.