Hi Guys,
I have two PHP pages.
Page 1.
Page 2.
I send some data from page 1 to Page 2.
Page 2 to send an email if record is found.
But the problem is that if i refresh the page it will send email again and same is repeated.
How can i stop sending email even if page was refreshed.
I have two PHP pages.
Page 1.
Page 2.
I send some data from page 1 to Page 2.
Page 2 to send an email if record is found.
But the problem is that if i refresh the page it will send email again and same is repeated.
How can i stop sending email even if page was refreshed.
Comment