PHP-Code, help needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joesx
    Registered User
    • Apr 2008
    • 12

    #1

    PHP-Code, help needed

    Hi folks!

    I'm trying to sign up to Chameleon to receive galleries from them.

    The problem is that they demand a banner on the submit page. I am using TGPX and the submit page is a PHP page named submit.php. So i must display a banner with a underlaying link to Chameleon in PHP. I dont know how to do this!!

    Any of you guys modified the submit.php code to display a banner?? And if you have, can you please show me how the php-code should look like??

    Thanks.

    / Joe
  • teg0
    Confirmed User
    • Jan 2006
    • 4204

    #2
    Code:
    echo "<a href=\"url\"><img src=\"bannerurl\" alt=\"bannername\" /></a>";
    Kind of need to see the submit.php code to actually help.

    Comment

    Working...