<html>
<body bgcolor="000000" text="ffffff" >
<center>
<form method = "post" action = "index.php">
name <br> <input type = "text" name = "name"> <br>
email <br> <input type = "text" name = "email"> <br>
location <br> <input type = "text" name = "location"> <br>
message <br> <textarea cols ="50" rows = "5" name = "message"> </textarea> <br>
<?php
require_once('recaptchalib.php');
$publickey = "xxxxxxxx"; // you got this from the signup page
echo recaptcha_get_html($publickey);
?>
<br><input type = "submit" name= "submit1" value = "post">
<input type = "reset" value = "reset">
</form>
</center>
</body>
</html>
after filling all fields in comment page and when i click on post button such error occurs and my error is = " Could not open socket " . can anybody help me to find out my problem, any kinds of ideas, suggestion and guidelines are welcome and i'll be greatful to get your views.
Bookmarks