Benjamin Blood
benjamin blood
BENJAMIN BLOOD
Benjamin Blood, 15, Meridian Technical Charter High School!
1.2857
3,005
H1 Tag
Not H1 tag
The difference between single quotes and double quotes is that double quotes recognize variables within them but single quotes don't and you must concatenate the variable on the outside of the single quotes if you want it to be recognized.
Here are a couple tips when debugging php: Read and trust the error, check the html source code, make sure display_errors is on, know what version of php your using, take a break if you need it, and above all make sure you're running the php script through a url!
$_Server is a global variable in php that holds lots of information about the server including things like the filename, the http user agent, the server software, etc.