Dear all,
Do anyone know the php code, so the there is a part in the page which is not reloaded when user browse to another page. That part would be stay the same across all page. And since that part need database query before showing up, it just do query on first time show, and after that, no need to query again when show up on another page, just stay statically accross all page.
Thanks in advance.
PHP template
Moderator: General Moderators
-
sandstorm140
- Forum Newbie
- Posts: 10
- Joined: Mon Mar 02, 2009 6:17 am
Re: PHP template
Sadly, a Frame seems to be what your looking for. But in 2009, trying to minimize frames is always a good choice.
Because, honestly, frames are the devil!!
Alternative to frames
things like includes, or javascript / Ajax are more appropriate in my opinion (SEO wise), even Iframes.
Because, honestly, frames are the devil!!
Alternative to frames
things like includes, or javascript / Ajax are more appropriate in my opinion (SEO wise), even Iframes.