What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [PHP] Dynamic image help

[PHP] Dynamic image help
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: [PHP] Dynamic image help
To read specific lines from a file, you can use something like

code:
$file = file('pathtoyourfile.txt');
$line1 = $fiile[0];
$line3 = $file[2];

Then use imagettftext to add the text in each position. You can specify the font, x and y positions in that tag.

Maybe not.

This post was edited on 02-01-2006 at 08:58 PM by hmaster.
[Image: sig.png]
01-31-2006 08:10 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[PHP] Dynamic image help - by Luigi on 01-31-2006 at 06:48 PM
RE: [PHP] Dynamic image help - by L. Coyote on 01-31-2006 at 07:42 PM
RE: [PHP] Dynamic image help - by Luigi on 01-31-2006 at 07:46 PM
RE: [PHP] Dynamic image help - by hmaster on 01-31-2006 at 08:10 PM
RE: RE: [PHP] Dynamic image help - by Luigi on 01-31-2006 at 08:25 PM
RE: [PHP] Dynamic image help - by -dt- on 02-01-2006 at 02:00 AM
RE: [PHP] Dynamic image help - by Luigi on 02-01-2006 at 07:47 PM
RE: [PHP] Dynamic image help - by hmaster on 02-01-2006 at 08:57 PM
RE: [PHP] Dynamic image help - by Luigi on 02-02-2006 at 07:53 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On