Surya
Hey Pieter, you should put a stripslashes on the threadcreation process for uploaded tracks, coz sometimes the thead is created as \'n\'...
Edited the most recent one.
thechronic
Oh OK forgot about that
Edit:
Ehrm no I didn't forget
| code: |
1:
|
$topic = addslashes(htmlspecialchars($topic)); |
|
Edit:
Oh you mean
stripslashes
Bleh gonna check it out tomorrow, been busy on the site for 4 hours now am fed up with it.
I needed the addslashes to prevent the query to be fucked up by some characters... have to figure out how the forum is handling the slashes first, needs some experimenting...