Skip to content

Tag: ajax

How to access php from html?

I am sorry if this is a repeating question, but I can’t find anyone who might have the same question as me yet. I am new in html and php, and I am trying to learn more by practising, basically …

How to alert success message in modal form?

I’m new to ajax/jquery. I want to use sweetalert on my website, i set it up as in tutorial, but when i open modal form and click send button, it goes to another page, page send.php. Here my form: inside this form sweetalert doesn’t work, but outside of form it’s working. Here sweetalert jque…