Variable Problem in php
Posted: Thu Apr 26, 2007 5:40 am
Hi
How are you all?
I'm getting a problem that is like this.
I'm passing a variable from one page to another page suppose the link is like this
http://clickflick.com/index.php?cat=Family
Here cat variable does have only single word "Family" for this i'm not getting problem when it comes to like
http://clickflick.com/index.php?cat=Holocaust Drama in this cat variable does have the word of "Holocaust Drama"
the problem here is its not taking the whole , its just breaking up and taking the variable as Holocaust (That broken variable link is http://clickflick.com/index.php?cat=Holocaust ).
How can i solve this problem without breaking up that word when we pass in this how can i resolve in this in php?
Please help me out
Thank You very much.
How are you all?
I'm getting a problem that is like this.
I'm passing a variable from one page to another page suppose the link is like this
http://clickflick.com/index.php?cat=Family
Here cat variable does have only single word "Family" for this i'm not getting problem when it comes to like
http://clickflick.com/index.php?cat=Holocaust Drama in this cat variable does have the word of "Holocaust Drama"
the problem here is its not taking the whole , its just breaking up and taking the variable as Holocaust (That broken variable link is http://clickflick.com/index.php?cat=Holocaust ).
How can i solve this problem without breaking up that word when we pass in this how can i resolve in this in php?
Please help me out
Thank You very much.