Jump to content

Popup window after executing query


robert_gsfame

Recommended Posts

I really confused with this..hope that anyone could solve this problem

I wish to have an alert stated:"your query has been successfully executed" after i run this query "INSERT INTO blabla" in page1.php

 

I always have the alert box appeared after executing the query but always with blank page  n yet i have to press ok on the alert before page1.php open

Link to comment
https://forums.phpfreaks.com/topic/195014-popup-window-after-executing-query/
Share on other sites

I really confused with this..hope that anyone could solve this problem

I wish to have an alert stated:"your query has been successfully executed" after i run this query "INSERT INTO blabla" in page1.php

 

I always have the alert box appeared after executing the query but always with blank page  n yet i have to press ok on the alert before page1.php open

php is server side can't control that with php effectively, well you can but u fake it using redirects. A better way would be to  look into javascript to manage something like that. Then load the php page that calls this script that creates an overlay using something like css/javascipt combo that selfsdestruct... that way the php is created and the message deletes itself.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.