Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
|
What you're suggesting can only be done with JavaScript, but I'd say it's not a comfortable solution.
It really is better to get the variable above the echo.
What I do when making pages like this, is put all the PHP before the first HTML element, and store all the loading and including in variables.
Then in the HTML I simply echo them.
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
|