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!
I am trying to get this variable to have the email and name contents as show above.. but when i echo the variable out the stuff inside the side brackets is screwed up.
'Less than' and 'greater than' sign are used to identify html tags.
If you see the html source in the browser, you will see that <> is actually there.
So, you have to convert < to < and > to >.
You can use htmlentities() function to convert them.