I'm looking for help...I need to write code that takes a string from a HTML input box and places each word in the string into its own variable, i.e. a string "This goes here" would go into var1 = "This", var2 = "goes", var3 = "here".
Thanks in advance.