sscanf ignoring "&" and scanning past where it is supposed to

I am using a .cpp file I compiled to run as a .cgi file on my website, receiving data from a web form, which it then runs sscanf() on to get the data extracted from the formatting that was sent in. However, when the data is passed in and parsed, the first string takes all… Read More sscanf ignoring "&" and scanning past where it is supposed to