• Hi everyone. I need a touch of php help with my footer commands. I want to add a bit of text and a link to my current footer.

    Here is what it looks like now:

    . '<div id="footerphone"><div class="tel">phone: </div><div class="number">952-881-9758</div></div>' . "\n"
    				. '<div class="clear"></div>' . "\n"
    				. '© <a href="http://www.minnesota-bankruptcy-lawyer.co/">G. Martin Johnson, Ltd</a>',

    and here is what I want:
    <a href="http://mn-probate.co/">G. Martin Johnson, Ltd</a>     &nbsp <a href="http://www.youllbefound.com/"> Empowered by You'll Be Found Web Services</a>

    But when I try to update the php it gives me a sparse error. How do I add that line correctly?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘need a touch of php help’ is closed to new replies.