Hello,
Take a look at the source code and read order.dpr for example, you will
notice that i am using libfcgi2.pas library and calling it like this:
FastCGI_LoadLibray('libfcgi2.dll');
FCGX_URLDecode(pchar(sDati), length(sDati)); // InPlace Decoding
FastCGI_FreeLibrary;
Cause i have to decode the QUERY_STRING , cause it contains special
charracters, and the CGI object pascal libraries that you find on internet
don't do that.
Other than that as you have noticed the code of the products is starting at p1 to p75 .
So you have to set the hidden field item_name to p the (string before the numbers) and the hidden field min to 1 cause we are starting at p1 and the hidden field max at 75 cause
the last code product in my html page is p75.
If you have any other question about the program just ask.
Thank you,
Amine Moulay Ramdane.