Quote:
	
	
		| 
					Originally Posted by BMR777
					
				 Well, I haven't looked thoroughly at the forum mod code, however to secure the data before entering it into the database the secure() function is used, at least I am assuming that is the case.  That also strips out HTML though.  In the forum mod you can safely replace instances of secure() with instances of mysql_real_escape_string() to enable HTML while still filtering malicious SQL statements. :) | 
	
 The mysql_real_escape_string() should work, if not it's because this version has the same kink the first has.
The next version, number 3 I believe, The one I was suppose to make and release last month, has that fixed. I just currently have no computer and one 32 gig Flash Drive with everything on it. You can see where my delima lies.
I apologize for not being to help and release anything else.