Hi,
I am making the link like following
<a href=results.php?sub_category_id=$sub_category_id&brand_id=$brand_id&brand=$brand>
where Variable
$brand= "Sony Ericssion";
my link turnout to be
with last word Ericssion missing, how can I take care of that problem?
Thanks
I am making the link like following
<a href=results.php?sub_category_id=$sub_category_id&brand_id=$brand_id&brand=$brand>
where Variable
$brand= "Sony Ericssion";
my link turnout to be
with last word Ericssion missing, how can I take care of that problem?
Thanks