Friday 22 February 2019

HTML model dialogue box issue

Below is my dialogue code and the issue is that when I submit it doesn't show error and it get's closed
I want to shoe that error on that form itself.
I have used form validation where it doesn't works and it only doesn't work on this particular model



No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...