tag inside php...

Posted on 16th Feb 2014 by admin

hi


Code: <?php
echo "<td width="$columnWidth%" align="center"><a href="" . $_SERVER['PHP_SELF'] . "?c=$catId&p=$pd_id" . ""><img src="$pd_thumbnail" border="0">
$pd_name</a>
Price : $pd_price";
?>

In the above line of php code, whats the function of those slashes () ..?

why the slash is inside the double quotes,which is after c=$catID&p=$pd_id".


thanks

Other forums