Is this method sufficient? <?php // User pressed \"Register\" if (!empty($_POST[\'name\']) && $_POST[\'email\']) {
In my Win32 app, I had a modal dialog that displays settings that I had to add more settings to. In order to fit the new settings, I dropped a TabCtrl in the dialog and implemented two modeless dialog
I always have trouble remembering whether the modal or modeless dialog is the one blocking operations in other parts of the application.