little corections... can you tell us what do get when run thi script?
Code:
if(isset($do_post))
{
mysql_query("INSERT INTO forum (name,contents,user,mid) VALUES ('$p_name','$p_contents','$p_user','$p_mid')") or die(mysql_error());
header("Location: $PHP_SELF");
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.