Is there a way to pause the preprocessor while waiting for a button response, and then continue based on the value?
i.e. in asp I can say
Can I do the same thing in PHP?
Please say yes
-Rob
i.e. in asp I can say
Code:
if msgbox("Are you sure you want to continue",vbYesNo) = vbNo then
window.close
Exit Sub
end if
Can I do the same thing in PHP?
Please say yes
-Rob