Results 1 to 1 of 1
  1. #1
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default Ok, confuseeeeed.

    I have a button generator for the homepage of my site.

    The code in there is


    PHP Code:
    <style type="text/css">
    <!--
    a {text-decoration: none;}
    a:visited {text-decoration: none; color: #ffffff;}
    a:hover {text-decoration: none; color: #6699cc;}
    -->
    </style>
    <a href="<?php echo $_GET["url"]; ?>">
    <img src="images/button.png" style="z-index: 0;" border="0">
    <div style="position: absolute; top: <?php echo $_GET["top2"]; ?>px; left: <?php echo $_GET["left2"]; ?>px;" >
    <font size="1" face="Verdana" color="white">
    <?php
    echo $_GET["text2"]; ?>
    </div>
    </font>
    </div>
    </div>
    and I have them in the get.


    However on the site I can't do <img src="result.php?&text2= bla bla ">
    because it's not Gd.

    I can't use GD because it confuses me too much..
    Can't use php includes because it doesn't work for me as I have a include for my main content.

    Any other options? IF anyone says iframes I shoot them :]

    +REP
    Last edited by myke; 20-01-2007 at 07:59 PM.

    drink up this bottle of yeah
    and P A I N T your body on me


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •