Re: [PHP] help in php script

2004-11-04 Thread Klaus Reimer
Klaus Reimer wrote: This can't work. You browser tries to download an image with the name ''. Ah, I'm talking nonsense. I meant "the browser tries to DISPLAY an image with the CONTENT ''." The browser can't do this. That's why you don't see anything. -- Bye, K (FidoNe

Re: [PHP] help in php script

2004-11-04 Thread Klaus Reimer
Deepak Dhake wrote: "; ?> did you get what i am saying? please let me know if you have some solution. thanks No. I must admit, It don't understand it. Let me try: You have a script "a.php" which outputs this static content: b.php outputs the static content " This can't work. You browser tries to

Re: [PHP] help in php script

2004-11-04 Thread Deepak Dhake
PRINT is nothing but... TimeRotateImage.php = 6 and $curr_time[2] <= 17) { print ""; } else { print ""; } ?> this script (something like this) should be called from another script like, "; ?> did you get what i am saying? please let me know if you have some solution. thanks Klaus Reimer wro

Re: [PHP] help in php script

2004-11-04 Thread Klaus Reimer
Deepak Dhake wrote: But i am not getting any output if i follow the above procedure. Can you tell me how to do it? I have to have the script TimeRotateImage.php which calculates which image to print accoring to local time and i want to embed the file name in html tag to print it on screen. It's