Archives for: "September 2014"
Check contains a string
In PHP, there is not a simple function similar with C#, such as '"michael".contains("mich")'. However, you can use strpos which is to find the position of the first occurrence of a substring in a string. because if it cannot fund a substring in a… more »
Customize a shipment method in Virtuemart
The ship plugins more »