|
Hello,
I can relate to your problem. Here is how I get around that: Because PHP is proccessed server-side, the pure html is then handed to you (the client). So if you take that HTML and save it as the origonal page, you essentialy have your dynamtic content right there in good old HTML pr-able. To update it, replace the page with the origonal code, save the html it creates, then save that html to the page.
Hope this helps,
__________________
"Computer games don't affect kids. I mean, if Pacman affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music..."
|