April 19, 2024, 03:12:12 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  

[PHP] Simple Dynamic Signature Tutorial

Pages: 1 [2] 3   Go Down
  Print  
Author Topic: [PHP] Simple Dynamic Signature Tutorial  (Read 5845 times)
0 Members and 1 Guest are viewing this topic.
Mojobojo82
MVP
MVP
Offline Offline

Gender: Male
Posts: 838


View Profile
Badges: (View All)
« Reply #15 on: July 07, 2009, 05:22:40 am »

Argh!
Now errors on Line 4, 5 and 11!

Code:
<?php

$str 
$_GET['txt'];
$image imagecreatefromjpeg('realdarkilscapeuserbar.jpeg');
$color imagecolorallocate($image000);
$font 'fonts/VISITOR.FON';
$x 275;
$y 9;
$size 15;
$rotation 0;
imagefontext($image$size$rotation$x$y$color$font$str);

header('Content-Type: image/jpeg');
imagepng($image);
imagedestroy($image);

?>

http://darkilscape.hostoi.com/DynamicDarkilscapeUserbar.PHP
Report Spam   Logged






Pages: 1 [2] 3   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy