Jump to content

php displaying using another language


divinedesigns1

Recommended Posts

ok, is there a way i can display this function

function createdit(){    // get connected    include "../xxx/xxxxx.php";    echo 'hello';}

without using php, im trying to accomplish a smooth transition once the link is click from the menu, but i dont want the page to reload once that link is clicked.

 

documents to read is always welcome, tips, hints, etc.

Link to comment
Share on other sites

If you want to load content without refreshing the page then use ajax.

thanks

Link to comment
Share on other sites

If you want to load content without refreshing the page then use ajax.

i find php takes sometime to load, specially when it comes to loading large amount of data

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...