I found this http://elouai.com/bbcode-sample.php but it wount work on my site.
Were can i get a bbcode script at?
what does wont work meen?
ok
the bbcode with that wount work like i put it on the files that will use it but it dont work.
include 'bb2html.php';
$htmltext = bb2html($bbtext);
i put that in but it wount work.
so any ideas?
:glare: :mad:
IM MAD!
???????????????????????????
Working example:
http://www.superwad.ca/bbcode/bbtest.php
Working source:
http://www.superwad.ca/bbcode/bbtest.phps
http://www.superwad.ca/bbcode/bbcode.phps
In his commenting, PHP picked up the extra <?php's and tried to execute them.
Please note how to use this script in my bbtest.phps
so wut if i wanted to add like it to a profile that calls from mysql
would it be
echo $bbstring = " $fetch->quote "; echo bb2html($bbstring);
?
it is that but its got a bug.
it shows the bbcode then it outputs the profile info so like its showing the text code then it executes the code dose that make sense?
i got it