Skip to content

Tag: php

PHP grouping of options in optgroup

I am working on a woocommerce site and I need to find a way to group select options in optgroups. My option are stored as array like No what I need is to make by php a select that would group the options in optgroup by using the string up to first space By using the function I can split

Split weeks of month

I’m trying to get a week range for the month, I’ve somewhat accomplished what I’m looking for but I’d like the code to be more reliable. The data ranges are going to be used to some MySQL queries …