|
-
Apr 5th, 2001, 07:09 AM
#1
Thread Starter
Hyperactive Member
Hello,
I have a textbox where the user can enter keywords which he must
"split" by using a comma. IE. forum,internet,webpage
How can I split whatever he entered, into different, single keywords
eg. he enters forum,internet,webpage - I now want to split it into
var1="forum"
var2="internet"
var3="webpage"
Any help please.
Thanks,
T
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|