Payment Gateway Integration in Core PHP and Mobile(Android)Application
Prime Programmer Company that gives a comprehensive suite of IT solutions to improvise your business. We works closely with client to develop the most effective attainable IT resolution for his or her company.We works closely with clients to We have already integrated EazyPay(ICICI), Razorpay(ICICI Bank and Individual), Bank open(ICICI bank), PayU Money and Paytm payment gateway. Technology used Core PHP and Java. Framework and in mobile application(Android)
Sunday, May 28, 2023
colourful pyramid using PHP
Saturday, May 27, 2023
How do you use Laravel 10 to redirect all requests to the public/ folder?
How do you use Laravel 10 to redirect all requests to the public/ folder?
Using .htaccess with mod_rewrite
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Get Month's Name using PHP Logic
Get Month's Name using PHP Logic
Friday, May 6, 2022
Tuesday, May 3, 2022
Update Google Chrome Browser(Version 101.0.4951.54 (Official Build)) Immediately
Update Google Chrome Browser(Version 101.0.4951.54 (Official Build)) Immediately
To upgrade Chrome to the most recent version, go to "Chrome 101.0.4951.41" in your browser.
Conclusion
Also Provide
GST billing software
Stock Management software
Mobile application development
Payment Gateway Integration(core PHP, Laravel and Python)
Saturday, February 26, 2022
Friday, February 25, 2022
India State List in Select HTML Tag
India State List in Select HTML Tag
<select name="state" class="form-control" id="CollegeState">
Sunday, October 3, 2021
Disable XDG Popup In chrome URL like what's app api link
How To Disable Any URL in XDG Popup
sudo mkdir -p /etc/opt/chrome/policies/managed/ && echo '{ "URLWhitelist": ["whatsapp://*"] }' |sudo tee /etc/opt/chrome/policies/managed/whitelist.json
colourful pyramid using PHP
<! DOCTYPE html > < html lang = "en" > < head > < title >Colorfull Pyramid</ title > < me...

-
Just Run This CMD after open Terminal sudo update-alternatives --config php
-
To enable the intl extension to use CakePHP 4.* sudo apt-get install php-intl
-
India State List in Select HTML Tag < code > <! DOCTYPE html > < html lang = " en " > < head > < ...