Darn those blank spaces!!
Thanks so much Jason - I doubt I would have found that on my own! It's been driving me crazy. That error is gone now.
However -- when I fill out the form and push Register - I'm getting this error on the page:
*******
Deprecated: Function split() is deprecated in /Applications/MAMP/htdocs/wholesale/store/WA_ValidationToolkit/WAVT_Scripts_PHP.php on line 330
Deprecated: Function eregi() is deprecated in /Applications/MAMP/htdocs/wholesale/store/WA_ValidationToolkit/WAVT_Scripts_PHP.php on line 547
Deprecated: Function eregi() is deprecated in /Applications/MAMP/htdocs/wholesale/store/WA_ValidationToolkit/WAVT_Scripts_PHP.php on line 547
Column 'UserGroupID' cannot be null
*******
I googled this and apparently the split( call doesn't work in PHP 5.3 and I should replace it with explode( ???
Ok - where do I do this?


