Category: PHP

PHP
2023-04-01 02:27 (3 years ago)
Code to Validate Check Digits of JAN Codes in PHP

Here is an overview in English of the Japanese blog article: "The blog article introduces a PHP function that checks if a given JAN code is valid. If the JAN code is valid, the function returns true; if it is invalid, it returns false and an error message."

PHP
2022-04-20 00:34 (4 years ago)
Posting XML with PHP using Zend Framework HTTP Client

Build XML with SimpleXML in PHP and POST it via Zend Framework's HTTP Client, with a complete code sample.

DjangoPHP
2019-03-14 15:19 (7 years ago)
Using Vue.js Webpack Dev Server Proxy for Social Provider Authentication with Django + Python Social Auth

When developing with Vue, if you are running a webpack dev server and using Django for the API backend along with Django's authentication using Python social auth and an external Auth provider, you may encounter an issue.

PHP
2017-04-28 03:25 (9 years ago)
Remote Debugging via Reverse Port Forwarding with PHP SSH

When remote debugging PHP on a production server or another distant environment:

Categories

Archive