Hi All,
I have Larry Ullmans PHP book and am just experimenting with something to see how it works.
Here is what I am trying to do within the same page
<?php $result = "This is a test" ?>
<!--Some html-->
<?php echo "$result" ?>
When I run this I get an undefined variable error.....grrrr


Reply With Quote





Bookmarks