need php help
Posted by: listenlight
Posted on: 2006-06-25 14:38:00
hi, I'm new to all of this, but I'm learning php bit by bit. actually I've only written one snippet to randomize some text color on page refresh: http://listenlight.net/hello.php
So I'm trying to use php imagecreate functions, so I can make a favicon.png, also random, but I don't know how it works. It seems to make the image, but I don't know how to reference it... get_resource_type($image) returns only "gd", but it tries to display the image in the browser, so evidently my strange echo( "<link ...) string isn't working, but where it should say "favicon.png" it says "Resource id #1", so I guess I'm half way there. Am I?