Jump to content

[SOLVED] show variable in html


thomseddon

Recommended Posts

ok so i have always used something like this:

 

<?php
$name = "thom";
?>
<html>
my name is: <?=$name?>
</html>

 

expecting the output just to be:

 

my name is: thom

 

but i have recently moved to a new host and i cannot use this, in this example i would just get

 

my name is:

 

why is this? i am told php5 is installed should i ask them to reinstall it, is there an alternative function?

 

(tia!!)

 

 

Link to comment
https://forums.phpfreaks.com/topic/111259-solved-show-variable-in-html/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.