Posted by Martix on 03/30/07 18:43
I really liked what Jonathan wrote
>If POST var "contact" exists {
> query dB for "e_num" contact info
>}
>else if POST var "qualifications" exists {
> query dB for "e_num" qualifications info
>}
>else if POST var "history" exists {
> query dB for "e_num" history info
>}
I understand that it's pseudocode. Does anyone know what that actually
asp code would be??
[Back to original message]
|