I want do following....
echo "<script> alert('News added successfully')</script>";
echo "<meta http-equiv='refresh' content='0;url= admin.php&msg=login_success#msg'/>";
is it possible????
If you have another way to go with alert box then please tell me
echo "<script> alert('News added successfully')</script>";
echo "<meta http-equiv='refresh' content='0;url= admin.php&msg=login_success#msg'/>";
is it possible????
If you have another way to go with alert box then please tell me
Comment