Diepakk Patel Full Stack Passionate Developer

Diepakk Patel

Diepakk Patel

Posts Categorized / PHP

How to call Python file from within PHP?

December 29, 2020 | PHP | by admin

In Linux you need to do two things1) make python file executable sudo chmod +x testd.py 2) make sure you defined the environment where python is getting executed #!usr/bin/<path of python env> 3) use escapeshellcommand() to include python file and shell_exec() to execute it. You can pass command line arguments also as params In PHP use […]

WORDPRESS VS WIX

August 30, 2019 | PHP, Wix, WordPress | by admin

  Range of Features: If it’s a range of features you’re looking for, WordPress has huge flexibility in that department. This is not to say that Wix doesn’t have excellent features, but WordPress just edges it. Wix is a fantastic, easy to use and great value for money website builder. Pricing and Costs: A WordPress […]

WooCommerce vs. Magento

August 10, 2019 | Magento, PHP, WordPress | by admin

WooCommerce vs. Magento: Which Is the Best E-Commerce Platform? Both pack a punch when it comes to features, add-on, support, as well as being wildly well linked. It is tough to select an overall winner, and consideration up the options of each platform might leave you scratching your head in confusion, main goal is your customers easily […]

Catch Fatal Errors in PHP

July 29, 2017 | PHP, PHP Errors | by admin

In this instructional exercise we will perceive how to get the FATAL Error in PHP. Ordinarily we can’t reserve FATAL Error on the grounds that those are FATAL. This will be valuable when you need to demonstrate particular all around arranged blunder page as opposed to PHP Error, when your program closes out of the […]