Jump to content

[resolved] Displaying PHP?


Chevy

Recommended Posts

[quote author=thorpe link=topic=113906.msg463240#msg463240 date=1162739984]
[code=php:0]
echo "<?php";
echo "echo 'Like this';";
echo "?>";
[/code]
[/quote]

Didn't work

Here is my file:
[code]
<?php
include("top.php");

echo "<?php";
echo "echo 'How have you been?';";
echo "?>";
echo '<br><br>
That is a PHP code';

include("footer.php");
?>
[/code]

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.