Hi,
I'm trying to link URL's with parameters (Links stored in flat file) and I'm not getting successful results:
Flat file is structured as follow:
Name=Home Page
Link=http://www.linkhere.com/library/display.asp?app=post&order=num
The line to display URL
print "<a href=\"$Link\">$Name</a<" . " \n ";
When the Link does not include parameters it is displayed correctly.
Thank you in advance
I'm trying to link URL's with parameters (Links stored in flat file) and I'm not getting successful results:
Flat file is structured as follow:
Name=Home Page
Link=http://www.linkhere.com/library/display.asp?app=post&order=num
The line to display URL
print "<a href=\"$Link\">$Name</a<" . " \n ";
When the Link does not include parameters it is displayed correctly.
Thank you in advance