Please i want to load my php pages into jsp to reduce the load time...can someone help me
I found this on the internet but still can't get it to work
[
applicationdeveloper.net...]
<script src="jquery.js"></script>
<script type="text/javascript">// <![CDATA[
$.get("/location/to/file.php", function(data) {
$("#posthere").html(data);
});
// ]]></script>