WordPress can work as an excellent back-end platform for your next native app, especially if it is content-driven or an online shop. In this article, you will learn the foundations for building mobile apps with React Native and WordPress.
Enabling Permalinks on your WordPress Server
The URLs of the content you publish on your WordPress website are known as permalinks. Permalinks are what people enter into their browser address bar to view one of your pages (they are the “permanent link” to a single page, you see?). They are also what search engines and other websites use to link to your website. Due to this, they are very important.
Continue reading “
Connect to a MySQL Server using PHP
Multi-Dimensional Arrays in Java
The arrays you have likely been using so far have only held one column of data. But you can set up an array to hold more than one column. These are called multi-dimensional arrays.
PHP Namespaces
What are namespaces? In the broadest definition namespaces are a way of encapsulating items. This can be seen as an abstract concept in many places.
Python While Loop
With the while loop we can execute a set of statements as long as a condition is true.
Working with Cookies in PHP
Cookies are text files stored on the client computer and they are kept of use tracking purpose. PHP transparently supports HTTP cookies.
Managing WordPress with WP-CLI
Node.js Events
Python If Statement
Python is quite unusual in that blocks of statements are defined not with the usual markers, { and }, or begin and end, but by the actual indention of the code itself.