PayPal IPN is a notification service that used to notifies merchants about the PayPal transaction. Many times you encounter the problems that PayPal IPN (Notify URL) is not working for sandbox account. To solving this problem you needs to edit Instant Payment Notification setting in your sandbox account.

By: CodexWorld Dec 11, 2015

Generally, PayPal is not automatically redirected to the seller’s website after the payment. The buyer needs to click on a link to redirect back to the website. If you want to redirect the buyer automatically and attach the transaction information after payment on PayPal, some configurations are required on the PayPal business account.

By: CodexWorld Feb 24, 2021
PHP

In many cases you need to enable cURL in PHP. Here we’ll provide the easy way to enable cURL in PHP. You only need to modify the php.ini file for enabling cURL in PHP

By: CodexWorld Apr 27, 2023

Many times you need to validate the text field for special characters and HTML tags in jQuery validation. JavaScript test() function allow you to check special character.

By: CodexWorld Nov 21, 2015

Learn how you can display the categories in the post details page in WordPress. Use the get_the_category() function to get the categories data (name, slug, url, etc) of the current post.

By: CodexWorld Nov 20, 2015
PHP

An Easy way to add days to the current date or desired date using PHP. Add 5 days to date using the date() function in PHP.

By: CodexWorld Nov 20, 2015

Are you want to delete duplicate rows from MySQL table? Using one MySQL query, you can remove duplicate records from table.

By: CodexWorld Nov 20, 2015
PHP

In PHP, the maximum execution time of each script is 30 seconds by default. You can increase the execution time in PHP using the php.ini file.

By: CodexWorld Apr 16, 2023
keyboard_double_arrow_up