Skip to content

Paypal Sandbox Access Token not Found in Cache

I am having a persisting issue with the Paypal access token for the sandbox environment where I continually get the error, I am not sure where to go as this is a new token that is being generated and used just prior to running the API call. Everything was working normal until this began giving me issues a cou…

PHP show result without refresh

Here is the php code I want to show if domain is available or not in same page without refresh <input type="text" name="domain_name" class=…

WordPress Sub Menu Options Page with Tabs

I have not been able to find a suitable answer on the web for what I am trying to do. I have created a custom post type “donation” and under that, have a submenu of “settings”. I want the settings page to use tabs for different things to keep it simple. Here is what I have: When I clic…

Laravel UUID’s and their uniqueness?

I have two tables, one for lists and another that stores a history of lists that were created. These lists are very temporary and they can be deleted by numerous methods so I add a reason field on the history for that. Now both have a uuid field and I can generate an actual string to store with Laravel’…