I am trying to communicate with PHP and I am not sure what is wrong with this code.
$product_list .= "\n\r " . 'Ticket Download: ' . ": " . <a href=$single_link["url"]>($single_link['name'])</a> . "\n\r";
I know the problem is with the link (which means between the opening and closing html tags). What am I doing wrong?
Edit: I tried using the code that you all provided, and I still can't get it to work. I'm not sure why.
source
share