PHP: Parse input form
The code below is used to parse input tags in html form. If you have a script to crawl a website and it does have input form with many...
Schedule appointment with DMV in Virginia
Check this out
PHP7 – Redhat7
subscription-manager repos --enable rhel-server-rhscl-7-eus-rpms yum install rh-php72 rh-php72-php rh-php72-php-gd rh-php72-php-mbstring rh-php72-php-intl rh-php72-php-pecl-apcu yum install rh-php72-php-mysqlnd Ref:
PostgresSQL PHP Container
Here is my command to add pgsql library to my php docker file. RUN apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql pgsql
Puppeteer: How to handle Popup
I came up with this little script
How to resolve : DH key too small in Ubuntu
When we use Curl or a curl library to some https website – we receive this error ” error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small” This is because Ubuntu set the...
PHP: Adding Application insights into your PHP
Create a new file: Modify file vendor/microsoft/application-insights/ApplicationInsights/
Azure Application Insights
We have so many application insights created in our environment. It’s not easy to see which application is reporting correctly. I want to have a report how many requests...
Docker Azure Cli + PHP
I’m a fan of PHP and docker make my life better. It’s difficult to maintain our favorite tool in a live system as our host system keeps updating and...