In Java, we could create a dialog window anywhere showing messages to the user, like class javax.swing.JDialog. Is there similar stuff in PHP? I want to use it in a if-else statement, like 'if something, then pop up some dialog window, 'else' pop up some other things.
Thanks.