Hey guys ive made this: http://www.thehyipsite.com/index.php?a=image&lid=2
Its a table with background made via php and data from a database insereted into the table.
Now... is there a way to convert this into an image that can be placed on other websites?? or can it be put on another website as it is?
i tried
<?php print "<img src='http://www.TheHyipSite.com/index.php'>"; ?>
But it didnt work
any ideas
Mikk
anybody?!
You didn't include the query string in the link.
sorry clark can you expand on that? "query string"?
figured out what you mean but it still doesnt work just a black page, the only thing is that the first link isnt an image, its a table, can it be converted into an image??
table to image? never NEVER heard of it!!!!.... but you can just.... use another PHP file genorate images... like with GD library...
is there a way to use a online image for the background in GD?