How to Redirect with PHP
Last Updated on Sunday, 6 January 2013 12:00 Written by Richi González Sunday, 6 January 2013 12:00
Hello,
With this article you will learn how to redirect your users to another page with a simple PHP function. This becomes really handy when you have authenticated your user and want to take it back to the home page, for example.
1. The function we will use is header()
Learn MoreHow to Delete from the Cart in OpenCart
Last Updated on Monday, 31 December 2012 12:01 Written by Joe Stenhouse Monday, 31 December 2012 12:00
In a previous article we explained how the update function works for Opencart’s shopping cart. In this article we will describe how the DELETE function works if you should have the need to delete an item from your shopping cart. A page that you can perform this edit would be the main shopping cart page located at index.php?route=checkout/cart
The Cart Array
Learn MoreHow to Control the Access to Pages in Dolphin 7.1
Last Updated on Wednesday, 19 December 2012 12:00 Written by Mscott Wednesday, 19 December 2012 12:00
Hello and welcome! In today’s blog, I’m going to show you how to use the Dolphin 7.1 “Page Access Control” module. Before we begin, we need to install the module. A step by step guide on installing the Dolphin 7.1 base modules can be found here.
Once we have the module installed, we can access it by clicking “Page Access Control” under the “Modules” heading on the left side menu.
Learn MoreHow To Publish A Page On WordPress
Last Updated on Monday, 24 December 2012 04:20 Written by TJ Marsh Thursday, 6 December 2012 12:00
Pages are different from blog posts in that they are static pages outside the flow of chronologically organized posts. Pages often form the main navigation to sections of your site that tend not to change. These can be as basic as an About Uspage or a Contact Page or it could include a whole series of articles and sub-pages that reside off of higher order pages within your sites navigation structure. Writing a page in the WordPress editor is similar to writing a post. After Clicking the Page tab click on the Add New link to begin writing a new page, or the All Pages link to view and manage your current list of pages.
Learn MoreHow to Create a Page in Silex
Last Updated on Tuesday, 4 December 2012 03:18 Written by Antonin Wednesday, 5 December 2012 12:00
When you use Silex the page creation is based on an icon system.
Generalities
To create a new page, you must declare a clickable component as an icon on the start page.
For example, from your home page you want to access a service page and a contact page. To do so, you will add 2 clickable components on your home page (see the list further) ; you will declare them as icon by checking the “icon” box and you will enter the page’s name they will open.
Illustration:
Learn More
Recent Comments