Does anyone know if this can be done?
I need to accept a product code, and depending on the type of registration, i need to generate a serial.
I am using an old piece of code that my boss doesnt want to get rid off.
It was written as a VB project.
I need it in my website, and i have an idea of using it under the <script type="vbscript"> tag.
What i am having an issue with is passing my new serial back to the php form.
How do i grab it with my php?

I need to accept a product code, and depending on the type of registration, i need to generate a serial.
I am using an old piece of code that my boss doesnt want to get rid off.
It was written as a VB project.
I need it in my website, and i have an idea of using it under the <script type="vbscript"> tag.
What i am having an issue with is passing my new serial back to the php form.
How do i grab it with my php?