- You need to create a PHP Page.
- After that You will Downlaod Latest Jquery from Jquery Site and keep it in a folder name JS and include Link in your head section.
- Now in your page body Tag you will make a div and set id to showphpfile
- For Loading PHP Page in this Div you will write below code in script tag
$(document).ready(function(){ $("#showphpfile").load('URL of your PHP Page'); });
- .load function is used for loading page in a div which id is showphpfile.
- $(document).ready(function() function will do this when page load.
Website is Crewow
No comments:
Post a Comment