OK, but what's the way to do it using PHP syntax?
I'm having enough trouble getting used to PHP, let alone mixing ASP into it!
Thanks,
Rick
Randy wrote:
I think he means PHP has an option to use ASP shorthand syntax, which allows you to reference variabels in your html like this---
<%=$var;%>
just turn this line on in your php.ini file...
asp_tags = On ; allow ASP-style <% %> tags
RW