Hi
I have simple question
How Do I get Comments from visitors of my site
just like that a small textbox with button to add comment
How Do I get Comments from vistors
Page 1 of 17 Replies - 446 Views - Last Post: 21 June 2009 - 08:49 PM
Replies To: How Do I get Comments from vistors
#2
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 07:05 PM
You would need some sort of server side processing. I'm using an HTML form with a CGI script. I think it is something you can do in PHP but don't quote me as I've never used it. It can be done in ASP.NET too.
#3
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 07:28 PM
Quote
I'm using an HTML form with a CGI script. I think it is something you can do in PHP but don't quote me as I've never used it. It can be done in ASP.NET too.
Yes, PHP, ASP, ASP.net, Ruby and I believe all other server-side langauges can be used to take form input and use it.
You will also want to have a database of some sort. I suggest MySQL ass it is seen quite often, but you could use a number of other databases as well.
#4
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 07:39 PM
tommorow i visited one site which was hosted by synthasite .com they are free and the site i visted that page was having a php extension
so can create a page using php to get comments
is it difficult i know html
but only html
so can create a page using php to get comments
is it difficult i know html
but only html
#5
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 07:54 PM
If all you know is html you will either have to learn PHP with some database connection stuff or I recommend using an engine already built for you like Wordpress.
Cheers
Cheers
#6
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 08:03 PM
PHP isn't that hard to learn. Given a couple of days (or weeks depending on how much time you have) you could probably get something working nicely.
#7
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 08:08 PM
i have fast mind man
i learned html in 3 days
i spent my 7 hours of day to html
now i will be doing same with php
@Edit**Thanks to all of you
i learned html in 3 days
i spent my 7 hours of day to html
now i will be doing same with php
@Edit**Thanks to all of you
This post has been edited by prabh: 21 June 2009 - 08:09 PM
#8
Re: How Do I get Comments from vistors
Posted 21 June 2009 - 08:49 PM
I didn't mean to offend you or doubt your skills, just saying, PHP is a server side, Object oriented language that's completely different from PHP. Not saying you can't do it. I just attempted something along the same lines as you're doing. Except I built an entire blog engine from PHP. However with the time it takes I actually found it better to use wordpress due to the plugin system that they have and the number of plugins. This would take weeks and weeks of a professional development team to built something equivalent. So why waste your time when there is a really really good system already out there?
Cheers
Cheers
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote





|