I have a VAR with a form that I use in defferent places on my page. I also have an include file with extensive drop-down menu that i'd like to include into that form. Is it possible?
Here's what i've tried but obviously it didn't work:
$myFormInclude ="<table cellpadding=3 cellspacing=0 border=0>
<tr>
<td>Menu:</td>
<td>".include "include/myMenu"."</td>
</tr>
</table>";