Click to See Complete Forum and Search --> : how can i setup a search box and comment


gd6noob
02-18-2008, 11:50 PM
if anyone can help me it be great..

i would like to make a comment where people can leave comments about a topic

and i would like to have a search box for my site
this i copied online because i dont know how to make one

<form action="#" class="searchform">
<p>
<input name="search_query" class="textbox" type="text" />
<input name="search" class="button" value="Search" type="submit" />
</p>
</form>

afigueroa
02-18-2008, 11:56 PM
you need to learn some backend language (php,asp,cgi) and a database language (mysql,psSql)

bathurst_guy
02-19-2008, 03:16 AM
Yes what your asking is not just a simple copy and paste solution. You might need to do some real study www.w3schools.com and learn HTML, CSS, PHP & MySQL.

gd6noob
02-19-2008, 10:38 AM
THANX bathurst guy..

very useful site..