Hi all, i'm new to the forums but i've often read answers to my questions on it as a guest, but I haven't seen anything for this so..
Can anyone explain or link me to somewhere that can, on how to do a qouting system in php. I have a form setup for users to comment on reviews and their comments are stored in a database (if that helps explain better). I have a var setup for the post number, and i'd prefer that if a user types #postnumber in their comment, it will create a qoute of that post. IE a user )john)comments: Hey! and that post is the first one (1). The 2nd user puts their comment as: #1 Hi and then their comment would show
{special border to show its a qoute with faded text}
Post: Hey By: John
{/special border}
Hi
I'd prefer to use simple codes, not a bunch of lines of arrays, functions, or strings if possible.
Thanks in advance.
-Earle