|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
|||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Apr 2008
Posts: 12
|
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 |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jan 2006
Location: Gringo in Puerto Rico
Posts: 4,204
|
Code:
echo "<a href=\"url\"><img src=\"bannerurl\" alt=\"bannername\" /></a>"; |
|
|
|