PDA

View Full Version : Ok, confuseeeeed.



myke
20-01-2007, 07:59 PM
I have a button generator for the homepage of my site.

The code in there is



<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

Want to hide these adverts? Register an account for free!