Home > Archive > PHP Language > May 2004 > How Hard Would This Be?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How Hard Would This Be?
|
|
|
| I am looking for something a little challenging but not too hard for
writing my first PHP script. I also want something useful to me.
I thought of this but how hard would it really be?
example:
http://s92537922.onlinehome.us/fastbanner/
--
Heidi
Recommended Hosting: http://www.page-zone.com/
Put a.w.w. in subject if you email me or it might be trashed
| |
|
| On Sun, 23 May 2004 07:39:43 GMT, Heidi <blackcat2@zwallet.com> wrote:
> I am looking for something a little challenging but not too hard for
> writing my first PHP script. I also want something useful to me.
>
> I thought of this but how hard would it really be?
>
> example:
> http://s92537922.onlinehome.us/fastbanner/
>
>
Something like that shouldn't be too tricky at all, as with any
application, just break the problem down, you'll need to primarly use the
GD image functions within PHP to create/edit the image, there are many
tutorials, the examples on
http://uk2.php.net/manual/en/function.imagettftext.php will do most of
what you wish (overlaying text) use imagecreatefrom() function to edit an
existing banner background, and just expand as you go.
Good luck.
--
If we can't play God, who will?
|
|
|
|
|