Top "Backend" questions

For questions involving the data processing components of a system.

Apple receipt_data sample

I need to implement a back-end for verifying Apple's in-app purchase receipt_data, for an in-app purchase of in-app points (…

ios objective-c in-app-purchase backend receipt-validation
HAProxy: Backend with subdirectory / subpath / subfolder?

I am trying to achieve this: http://front-end --> http://back-end/app-1 http://front-end/app-2 --> http://back-end/…

backend subdirectory haproxy
"500 - An error has occurred" in Joomla, when attemping to login in backend

When I attemp to login in the backend using the right login of the Super User i get an error …

joomla backend administration
Add a custom order note programmatically in Woocommerce admin order edit pages

In woocommerce I am trying to add a custom order note in the admin order edit pages through php (so …

php wordpress woocommerce backend orders
Gulp change working directory for entire task

I'm working on a gulp file that contains tasks for both the frontend and the backend of my site. The …

task frontend backend gulp working-directory
Add columns to admin orders list in WooCommerce

I am using WooCommerce plugin for one of my ecommerce WordPress websites. I want to add some columns to my …

php wordpress woocommerce backend orders
How To Check Whether A URL Is External URL or Internal URL With PHP?

I'm getting all ahrefs of a page with this loop: foreach($html->find('a[href!="#"]') as $ahref) { $ahrefs++; } …

php html backend
Magento Admin formfield multiselect selected

I´m currently developing a custom module for magento thats going to list employees. I have figured out almost everything. …

magento admin backend selected adminhtml
What does it mean "We use C++/C as backend"

What does it mean when people say we use C++/C as backend. Lets say facebook for instance whereas frontend …

architecture backend
Java vs. C++ for building a GUI which has a C++ backend

I currently have a C++ backend that I need to connect with a GUI, and since I've never built a …

java c++ user-interface wrapper backend