Skip to content

AWS SES Email not verified with Laravel

I have this mail test class to send email to user by SES: by tinker: Even I opened case and convert from sandbox to production: My .env: Am I missing something? The error:: Answer Moving from Sandbox to Production only eliminates the requirement to verify the recipient addresses , however, you must need to ve…

CakePHP4 – Create Record with Ajax

I’m new working with CakePHP and I’m having a hell of a time trying to figure out how to add a form that can post to a different db table with ajax. Basically, I’ve got a form that carries out a search which works fine, but before the user carries out the search I need to capture his email &…

Wrapping json results in tag

I am trying to make my own API for my discord bot and i noticed the response looks like this: font probably times new roman because it is not wrapped in a <pre> tag. But when I DO wrap it in a <pre> tag to make it look like this: (font monospace) the contents have the tags in it… For

Add to a JSON object, with PHP

I’d like to increment a JSON object with a new given one but I can’t do it. I have the following JSON: The user will create more fields and I’d like to insert in the original JSON the new field that comes in this format: Answer Looks like you’re trying to add new elements to the root J…

Php get_meta_tags doesn’t getting result (help)

I want to pass user input youtube url and get keyword or tags in result. But i don’t know what is wrong. When i click on submit button nothing happens Html Thanks in advance Answer Here is a working example There are 3 small mistakes in your code: Your submit name is Submit you are checking submit Your …