Thread: BBCode
View Single Post
Old 01-16-2008, 11:16 AM   #8 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Then you've got an error in your form, the transform/filter function or the mySQL function.

Make sure you're using method="POST" at the form. Next, make sure the field has a name (name="field"). Then, when you POST it, you can retrieve it with $field = $_POST['field']; Next, you can apply all your filters and make sure that you transform the BBCode, else the function has to be applied to every post, when every visitor visits each time. (nice sentence! ) That should do the trick. Plus, enable error reporting (error_reporting( E_ALL ^ E_NOTICE);)

Good luck.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote