Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Print elements of array in PHP
ahmed0saber
Nov 18th, 2020
33
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.09 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
$numbers
=
array
(
1
,
2
,
3
,
4
,
5
)
;
foreach
(
$numbers
as
$x
)
{
echo
$x
.
" "
;
}
?>
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE E
JavaScript | 1 sec ago | 0.08 KB
MAKE $5000 INSTANTLY 5
JavaScript | 6 sec ago | 0.08 KB
Make $2500 in 15 minutes E
JavaScript | 19 sec ago | 0.08 KB
Make $2500 in 15 minutes 9
JavaScript | 31 sec ago | 0.08 KB
Make $2500 in 15 minutes P
JavaScript | 45 sec ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN Q
JavaScript | 53 sec ago | 0.08 KB
FREE BTC GUIDE V
JavaScript | 56 sec ago | 0.08 KB
MAKE $5000 INSTANTLY Y
JavaScript | 1 min ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!