Hi,
what is the exact syntax for passing more than one variable in the URL?
<a href=nextpage.php?var1=value>
to add one, do I just add " ,var2=value"?
thanks, Tim
Just adding "&" like ...val1=1&val2=2...