有没有办法在PHP Web开发中发出哔声?

Adding beep sound on successful form submission doesn't have anything to do with PHP development. PHP is just a server side language.

But I want to add beep sound when an error message/or other mentioned mandatory message occurred on my website submission form.

Is there any solution for this?

You can check the link below which is already answered clearly for your question, (Using PHP)

How to make PHP output a sound (beep)?

You can also do it by embedding it in the html. Check this one out

How do I make Javascript beep?