Re: Function echo/print problem
Posted: Mon Nov 22, 2010 5:24 pm
Thanks a ton for all the feedback! This forum is really useful!
The 'hidden' thing wouldn't work though, because this is part of an Ajax page updater and I want to make sure to save as much bandwidth as possible.
That's why I'm using md5 to check if there is new content.
I eventually solved my problem by replacing printf with sprintf and storing (with .=) everything in a variable which is then returned.
So my problem was pretty much solved in the end anyway.
Thank you everybody once again for the feedbackz0rz!
The 'hidden' thing wouldn't work though, because this is part of an Ajax page updater and I want to make sure to save as much bandwidth as possible.
That's why I'm using md5 to check if there is new content.
I eventually solved my problem by replacing printf with sprintf and storing (with .=) everything in a variable which is then returned.
So my problem was pretty much solved in the end anyway.
Thank you everybody once again for the feedbackz0rz!