Help A Tired Novice?
Posted: Mon Dec 06, 2004 10:05 pm
Hey gang,
I am trying to figure the following out. I have looked around and it must be so simple that documentation doesn't cover it - or maybe i am just too confused.
I have a form. The form contains a Multiple Selection Capable List and a Submit button. When the user presses the submit button I need for the values that the user selected placed into a variable seperated by commas so I can throw it in my sql database.
So I know how to do the sql stuff I just don't know how to get it into a variable... I know how to print the array - but that is the second problem - when i print the array and place a comma after each value it will of course end the string with a comma.
Your help is very much appreciated. Thanks!
I am trying to figure the following out. I have looked around and it must be so simple that documentation doesn't cover it - or maybe i am just too confused.
I have a form. The form contains a Multiple Selection Capable List and a Submit button. When the user presses the submit button I need for the values that the user selected placed into a variable seperated by commas so I can throw it in my sql database.
So I know how to do the sql stuff I just don't know how to get it into a variable... I know how to print the array - but that is the second problem - when i print the array and place a comma after each value it will of course end the string with a comma.
Your help is very much appreciated. Thanks!