hello,
i've just started studying php and n need help.
I am trying to pass 2 parameters via the url when calling a php script. I coded as follows:
echo "[ <a href=\"ajouter.php?id=$bookid?prix=$price\">Add</a> ] ";
it doesn't work.the values of '$bookid' and '$price' are concatenated together..
Thx