Browse
For agents
About
Mailchimp List Subscribe Form
/
1.5.3
Mailchimp List Subscribe Form
v1.5.3
Switch version
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3
1.4
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.5
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.5.9
1.6.0
1.6.1
All 55 releases
Overview
Code
mailchimp
/
test.php
test.php
in Mailchimp List Subscribe Form 1.5.3, at test.php
4 lines
104 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
$
phone
=
array
(
'
area
'
=>
'
123
'
,
'
base
'
=>
'
456
'
,
'
ext
'
=>
'
0000
'
)
;
3
var_dump
(
array_filter
(
$
phone
)
)
;
4