CSS/PHP load text?
CSS/PHP load text?
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- heavyt0
what you need is javascript.
if the content is minimal, you can just load each different view into a JS var, and then switch through them.
If it is coming directly from a database you need AJAX.
TR1