I am new to PHP. I have a whole bunch of variables in my Javascript code, called typically s01, s01, etc. I want to carry these across into PHP so as to write them to a MySQL database. How can I refer to them / their contents in the PHP code? What if I just call them $s01, $s02, etc ??! Thanks.