Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to declare a string in PHP

$name = "Jimoh"; //string is assigned to variable name
echo $name //will output "Jimoh"
Source by thedevshortpodcast.com #
 
PREVIOUS NEXT
Tagged: #declare #string #PHP
ADD COMMENT
Topic
Name
7+8 =