Could anyone tell me why I can never get a function to work inside a while loop? Is this a no-go or am I doing it wrong?
example:
if ($DIR != "entrance") {
echo ("<tr>\n\n
<td align=\"center\" valign=\"middle\" width=\"150\" height=\"25\" colspan=\"2\">\n") ;
thisSWF (thisSWF="entrance_hdr", thisWidth="150", thisHeight="25") ;
echo ("</td>\n\n
</tr>\n") ;
}
Thanks!
Eric