Below is what I am trying to do:
-
There is one PHP variable which contains a string.
$indexvalue='hotmail.com; spf=none (sender IP is 1.1.1.23)'; I want to use an AWK command to get value
noneand IP value1.1.1.23in two different PHP variables.
How can this be done?