1 line of code the href amidst '' and "" ...
Posted: Fri Oct 29, 2010 5:27 am
Hello
it is one line about whose exact syntax I get confused .. it is just that it shows a row with a picture and this picture is a link that (onclick) passes a value to another page. i have the provider name which is actually the value that should be passed on the link that is on the pic
thank you a million if anybody knows the syntax of that line
it is one line about whose exact syntax I get confused .. it is just that it shows a row with a picture and this picture is a link that (onclick) passes a value to another page. i have the provider name which is actually the value that should be passed on the link that is on the pic
echo '<td>
<img id="'.addslahes ($row['provider_name']).'" <a href src="'.htmlspecialchars($row['pic1']).'" width="50" height="50" alt="'.$row['provider_name'].'</a>" />
</td>';
thank you a million if anybody knows the syntax of that line