View Single Post
  #2 (permalink)  
Old 07-05-2008, 01:29 AM
otmtoy otmtoy is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default Issue with short tags

I just figured out what the problem was. The sample is using short tags which are disabled by default on the windows PHP install. Once I used the long form things worked fine:

<?php echo $this->randomNumber; ?>
Reply With Quote