Search found 1 match

by divasatanica
Wed Feb 28, 2007 10:42 am
Forum: PHP - Code
Topic: Ignoring spaces from checkbox input
Replies: 2
Views: 278

Ignoring spaces from checkbox input

Hi, I have a form that gets its checkbox values from a table called 'destination'. The form also gathers user information and puts it in another table called 'customer'. When it comes to selecting the checkbox values and submitting, the code works as it takes the customer's userid and the destinatio...