dynamic function-name shows an Error
Hi,
I have this code
<script type="text/javascript">
function <?=$name?>(aktion,id,wert){
// do something...
}
</script>
The name of the function is set by php. PHPstorm says "functionname expected" - is it possible to remove this errormessage?
Thank you
cu
Please sign in to leave a comment.