hi
the value of $_SERVER['PHP_SELF'] is /plaincart/index.php in my application
There are totally 8 double quotes present in the above code.
The second and seventh double quotes are similar to "abc.php" in <a href="abc.php"> {an example}
But why third and sixth double quotes and concatination (.) which is present before and after
$_SERVER['PHPSELF'] . "?c=$catId&p=$pd_id"
is used??
thanks
karthikanov24