hello,
I have some problem on linking to another page with 2 values.
I want to link to a page as below:
I wrote the code like this:
echo"<a href=\"index.php?
type_id=$type_id&&brand_id=$brand_id\">HOME</a>";
where the value for $type_id and $brand_id is 1.
The code is not working, I think it has something to do with the "&&", but I still can't find any solution.
My project is written in WML + PHP, will it bring any effect on the code above?
I have some problem on linking to another page with 2 values.
I want to link to a page as below:
I wrote the code like this:
echo"<a href=\"index.php?
type_id=$type_id&&brand_id=$brand_id\">HOME</a>";
where the value for $type_id and $brand_id is 1.
The code is not working, I think it has something to do with the "&&", but I still can't find any solution.
My project is written in WML + PHP, will it bring any effect on the code above?