Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php string variable

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