Hi everybody,
I would like to call a php script from a html page. This works using the following code snippet:
<script language="php" src="count.php?id=test&visable=1"></script>
However, I would like to get some value back produced by that very script (text). I tried to play around with the header functions, but it doesn't work.
Does anyone have had experience with that kind of problem ? Any help would be greatly appreciated.
-Ingmar