PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Let say I have 2 variables $X and $Y with value(char) for each one. I want to merge/combine the both value and assign it to a new variable $Z. The problem is I don't know how to merge/combine it. Anybody can help me pls?