I'm trying to change the way I make my site by using PHP. [ trying to anyway lol]
Please can someone tell me what's wrong with this.
Thanks
PHP Code:
<HTML>
<HEAD>
<TITLE>Spells Season 1
</TITLE>
</HEAD>
<BODY>
<b>Something Wicca This Way Comes<b><p>
<?php
echo "<a href=\"spells1.php?action=101\">To become witches</a>
if ($action=="101") {
echo
"Hear now the words of the witches
The secrets we hid in the night
The oldest of gods are invoked here
The great work of magic is sought
In this night and in this hour
I call upon the ancient power
Bring your powers to we sisters three
We want the power
Give us the power.";
}
?>
</BODY>
</HTML>