Hello, i have a problem with refreshing pages.
here's the code for *talk.php* and i would only like to refresh a section of it.
[PHP]
global $session;
popup_header("V illage Talk");
require_once("l ib/commentary.php" );
addcommentary() ;
commentdisplay( "","talk","",15 ,"says");
rawoutput("<h4> ");
output("`n`n`c` vIf you are in this page because you clicked on someone's bio and then clicked *Return to...*, please poke the user 2 times and you should be back. If not, please Callformod or Petition.`c", true);
popup_footer();
[/PHP]
i would only like to refresh COMMENTS that as posted but, the whole page refreshes, which means once a user is typing something, they loose if after the refresh.
[PHP]
require_once("l ib/commentary.php" );
addcommentary() ;
commentdisplay( "","talk","",15 ,"says");
[/PHP]
lib/commentry.php, a very long file but here you go:
code split into 2 files
(attached)
here's the code for *talk.php* and i would only like to refresh a section of it.
[PHP]
global $session;
popup_header("V illage Talk");
require_once("l ib/commentary.php" );
addcommentary() ;
commentdisplay( "","talk","",15 ,"says");
rawoutput("<h4> ");
output("`n`n`c` vIf you are in this page because you clicked on someone's bio and then clicked *Return to...*, please poke the user 2 times and you should be back. If not, please Callformod or Petition.`c", true);
popup_footer();
[/PHP]
i would only like to refresh COMMENTS that as posted but, the whole page refreshes, which means once a user is typing something, they loose if after the refresh.
[PHP]
require_once("l ib/commentary.php" );
addcommentary() ;
commentdisplay( "","talk","",15 ,"says");
[/PHP]
lib/commentry.php, a very long file but here you go:
code split into 2 files
(attached)
Comment