Hello, i know almost nothing about PhP. I seem to make due reverse engineering some of the phpbb3 mods i use, but i have run into an issue.
Code:
'U_LINK_US2' => ';url=' . $u_link . ' ' . '>' . ('Video Editing Forum') . '</a>',
This is my code atm. The red areas are the ones im unsure of. When U_Link_US2 is called on by a html file, i want its output to look like:
Quote:
|
[ url=http://domain.com]Video Editing Forum[/url]
|
(the space between the bracket and url is just to keep this from actually linking)
However idk what the code is to output symbols. For instance i assume by guessing that " " puts a space in there? I can guess from another line that "<" and ">" are "<" and ">" respectively.
So my question is whats the code for "[" and "]" ?
Any help would be great as i cannot find the answer anywhere. If someone knows of a cheat sheet that lists the code for symbol output thatd be even better.
Thanks.
__________________
Please login or register to view this content. Registration is FREE
Computers – Electronics – Technology | Bringing Together your Digital Home
Last edited by CompTronicsTec; 10-25-2008 at 06:42 PM..
|