Posts Tagged PHP

osCommerce jQuery price calculator

Let’s assume that we have to build a price calculator for a osCommerce website, that needs to have price based on dimensions(input from user – length, width), attributes, for each attribute there are more than 1 options with different prices for each option.

Read the rest of this entry »

Tags: , , ,

The access rules for each user on page in wordpress

The client wanted to limit the access to certain pages based on user account and password.
So some pages can only accessed by some users that gave them permission the site manager.

For that i create two radio input type with “Yes” or “No” protect page options.When i selected
“Yes” option i can chosen from a list who user has access on page or not.If
i selected “No” option all users have access on page.

Read the rest of this entry »

Tags: , ,

Importing contacts in PHPList

PHPList is another example of an open source powered software that has all the required features of a complete newsletter manager. Build and maintained by Tincan Ltd., PHPList has reached over 300.000 downloads so far and is the perfect solution for a dozen companies when it comes to personalised mailing list or customer relations management (CRM) systems.
Read the rest of this entry »

Tags: , , , ,

Convert Array to Object in PHP

When you need to convert an Array to Object in PHP there is a quick way to do this: Read the rest of this entry »

Tags: , ,

Creating a Joomla template

Where you can use Joomla

Many companies and organizations have requirements that go beyond what is available in the basic Joomla package. In those cases, Joomla’s powerful application framework makes it easy for developers to create sophisticated add-ons that extend the power of Joomla into virtually unlimited directions.

Read the rest of this entry »

Tags: , , , , , ,

How to install WSO2 WSF/PHP on SUSE Linux

If you need to install the WSF/PHP extension on a SUSE Linux with GCC 4.1.2 (pretty old) and receive some strange errors with missing libraries (even if you think / see they are there and even if you followed a la lettre the documentation) you may try the following approach: Read the rest of this entry »

Tags: , , , ,