I want to create a form similar to the one on this site in php: http://www.centreforsight.com/default.aspx (!!check the leave a comment box!!!) Will i be able to do that and can i convert the existing code which may be written in another language to php?. Can somebody help me please?
It's got nothing to do with PHP pr. se - it's javascript. You can make a similar contact-form in any language, and it won't differ that much - the HTML-code and JS used is the same, it's just how you handle the input from the form that differs.