Hello there,
I wonder if anyone can tell me if its possible to have a variable inside a href html link. In other words could i dynamically generate a series of html links by iterating thru an array. For example, like in this perl cgi extract....
for ($i = 1; $i <= 10; $i++)
{...
Hello there,
I wonder if anyone can tell me if its possible to have a variable inside a href html link. In other words could i dynamically generate a series of html links by iterating thru an array. For example, like in this perl cgi extract....
for ($i = 1; $i <= 10; $i++) {
value=array[i]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.