Posted by xu.devel on 04/26/07 14:44
Hello,
a browser will download the file test.php instead of to display it, if
the content type is text/x-json.
Is it possible to display the text in the browser?
== file: test.php ==
<?php
header("content-type text/x-json")
echo "test";
?>
thanks
best regards,
schuen
Navigation:
[Reply to this message]
|