Variable = Nithin kk
$var="nithin kk";
Code: Select all
href=http://example.com/view.php?name=$var;> i am not able to get "kk" the get variable only takes the value before the space. Can any one suggest how to solve this problem ?
Moderator: General Moderators
Code: Select all
href=http://example.com/view.php?name=$var;>