0
I am making some scripts for a store and want to help with alerts, or better, messages that will be displayed after processing the forms. Want something more of the current type, would it be possible in PHP? Anyone help?
header("location:" . $_SERVER["HTTP_REFERER"]);
-> O AVISO/MENSAGEM SERIA AQUI <-
exit;
Have you considered using Javascript?
– Vinícius
You can send the form in ajax and receive the return by json stating a message, this is also javascript.
– KaduAmaral
today when signing me here on the site he showed a warning at the top, an orange bar with a phrase: Complete the registration for your account (X), this would help me.
– user26529