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:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: [PHP] Dynamic image help
quote:
Originally posted by hmaster
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.

You'll need fopen wrappers or whatever enabled.
:-/ why do you need fopen wrappers enabled to read from a localfile? .... fopen wrappers are what let you access urls like files. they dont disable local file reading.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
02-01-2006 02:00 AM
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