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!
My php script will determine if certain parameters need to be added to a link and add them if necessary with either the ? or & depending on if other parameters are included as well.
So my question is:
Do I use the HTML equivalents in my code to produce the desired URLs w/ parameters??