Is it Possible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm calling a php script with <img> tag

for ex: <img src="http://localhost/test.php?img=asfd";>

and the test.php is as follows...

test.php
------------
<?
...
...
some server side validations
...
readfile("abcd.gif");
?>
-----------------------------------------------

Theres no problem with this..its working fine. But i want to return some text(or Html) the 
browser along with the image. So is there anyway that i can send the text to the browser
in this fashion. Even anyother solution other than the <img> is also Ok. Showing img
is not a priority for me but sending the text is..

Any help will be greatly appreciated..

Thanks,
/sagar

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux