Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
General topics relating to phpBB3 to be posted in here.
-
Candyman
- Forum Member

- Posts: 12
- Joined: Sun May 30, 2010 4:04 pm
Post
by Candyman » Thu Jan 27, 2011 3:37 pm
What i'm looking to do is have 3 text boxes with a submit button so when i enter a username in each box that username becomes a value that i can use in this line of code:
Code: Select all
<!-- IF S_USERNAME eq "{value1}" or S_USERNAME eq "{value2}" or S_USERNAME eq "{value3}" -->
I'm sure this is quite simple, but i can't seem to do it?