jollydonkey
Technical User
Hello,
I'm stumped - I'm hoping someone can help me out.
I have a form text field in which a user can enter a title of sorts. The title can be any number of characters in length upto a maximum of 60 characters.
Now, at the end of the title, I'd like to use PHP to append a "|" character to the end of the title, fixed at character position number 72.
For example,
I'm hoping someone can steer me in the right direction.
Thanks!
Cheers,
jd.
I'm stumped - I'm hoping someone can help me out.
I have a form text field in which a user can enter a title of sorts. The title can be any number of characters in length upto a maximum of 60 characters.
Now, at the end of the title, I'd like to use PHP to append a "|" character to the end of the title, fixed at character position number 72.
For example,
Code:
Study Title: THIS IS MY STUDY TITLE |
I'm hoping someone can steer me in the right direction.
Thanks!
Cheers,
jd.