On Wednesday 12 March 2003 08:06, Anthony Ritter wrote:

[snip]

> However, I cannot add a line of copy below the photo like:
> <?
> print ("It is ");
> print (date("l F j, Y"));
> ?>
>
> Only the photo shows up and not the text.

Your script has already sent out an image header and thus the request is 
treated as an image.

> How can I add a line of text along with the photo?

Basically you need to call this script from another and display whatever text 
you need in the parent script. Details and mechanics have been covered before 
-- search the archives "display image" or similar.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
What is now proved was once only imagin'd.
                -- William Blake
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to