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 new to PHP code so not sure of the syntax I need to use here. I want to put a javascript history.back link where it says PUT BACK LINK HERE within the following bit of code
The error is most likely a syntax error as a result of not escaping correctly. Add the code below where you have "put back link here" and see if it works. Hth