if i want to pass a variable (in this case $kategori) via url where the variable's value has two or more words, how to write the right script?
as example, on the following script i wrote, when variable $kategori has value "My Name" and $file has value "index.php" , the url only appear like this : index.php?kategori=My
$link_halaman .= " <a href=$file?kategori=$kategori?halaman=$next>Next ></a>
pls help...