DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
undefined array key php
<?php
if
(
isset
(
$_GET
[
'name'
]
)
)
:
?>
Your name is
<?php
echo
$_GET
[
"name"
]
;
?>
<?php
endif
;
?>
Source by exerror.com #
PREVIOUS
NEXT
Tagged:
#undefined
#array
#key
#php
ADD COMMENT
Topic
COMMENT
Name
2+7 =
Submit