Run ❯
Get your
own PHP
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <?php //PHP will raise an error when executing this statement: $x = "We are the so-called "Vikings" from the north."; echo $x; ?> </body> </html>
PHP Parse error: syntax error, unexpected 'Vikings' (T_STRING) in /home/gA3sDb/prog.php on line 6