Jump to content

PHP Load Function


zeek

Recommended Posts

Hi everyone, I just have one question.

I made a portfolio website and I use php to load my content, but is there

a way to load just the content without reloading the entire page

itself. I want to put a MP3 Player on the site, but when I click to go

to another page, the music stops and everything reloads, is there way

to do this without loading my banner and only the bottom half of the page,

because the mp3 is designed into the banner.

If so then please respond ASAP thank you. ;D

Link to comment
Share on other sites

ajax but thats a lotta data to push,

once headers are sent php dies (for the document it is operating in)

so to get "new" php data you either have to

1) Update from some other point and use js (AJAX) to retrive said data

2) Reload the page

 

not much else you can do because of the php:prehypertext processor.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.