hey i need a comment system for my page using php+mysql+ajax its description: 1. after clicking submit button (we use a TextArea form for comment) it'll add the comment to mysql database WITHOUT REFRASHING PAGE 2. On above of comment form it will show newly added comment with other old comments WITHOUT REFRASHING PAGE so the most important thing is IT WILL NEVER REFRASH ENTIRE PAGE u can see this...i want something like this: http://www.tube8.com/anal/jessica-gayle-double-anal/175873/ (WARNING: ADULT CONTENT) (& u need to login/register there to get access of the comment box) im requisting for some code/tutorial...this is not a paid request tnx in advance
Hi, Our support team just created a small example "Ajax Comment Posting" for you. You may have a look at this example: http://demo.koolphp.net/Examples/KoolAjax/UpdatePanel/Ajax_Comment_Post/index.php For fast deploying, the example uses $_SESSION to store data rather than mySQL database. You can convert to using mySQL. Hope that helps.
Looks like you are looking for a ajax chatbox. Are you going to learn to code a new one or just fine if someone can point you to an existing script? If the latter then try this: http://yurivish.com/yshout/
thank you man..very much thats what i was looking for although i hav to convert it to MySQL DB now thank you. its also good. i'll hav a try that