Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

simple php comment box?

Explorer ,
Jan 11, 2013 Jan 11, 2013

I haven't really found a third-party vendor or reliable tutorial for a simple form where people can enter comments/testimonials that will then display on my site. Does anyone have a resource? I did the tutorial at helpertuts, and was able to connect the dbase, but have run into many final tweaking issues, and would like to start over with something new.

I noticed there is a free javascript comment box offered; is that ok if there is no real need to manage the comments with a dbase?

Thanks for your help.

TOPICS
Server side applications
1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 11, 2013 Jan 11, 2013

In all honesty, you're going to need something database driven and php controlled so you can avoid spam-bot gibberish, Nigerian Doctors looking for financial help and ads for "enhancement" drugs being added to your page. Javascript just won't cut it.

Though I've never used an "add comments to my website" service, something like www.htmlcommentbox.com might be the way to go if you don't want to try to code it yourself.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 11, 2013 Jan 11, 2013
LATEST

Thanks Jon,  that looks very simple.

On the other hand, I did give it a try myself, and before I take this simple alternative, maybe someone can take a bit of time, and possibly point me in the right direction.

http://www.placetrenddata.com/jcshop.php

A warning posts above the page footer, some issue with a query,

The submitted comments should appear in the sidebar, and I think the script puts them in the header. Maybe this is why they don't show up.

Here is the code for the success.php doc:

<?php

header("Location: jcshop.php");

?>

Thanks again for the help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 11, 2013 Jan 11, 2013
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines