Jose Diaz-Gonzalez is a developer living in New York City. He currently works at SeatGeek

About

Simple JSON Layout

php
1
2
3
4
5
6
<?php
header('Pragma: no-cache');
header('Cache-Control: no-store, no-cache, max-age=0, must-revalidate');
header('Content-Type: text/x-json');
echo $content_for_layout;
?>
0 Responses. Add Yours!

Discussion

blog comments powered by Disqus