Search found 1 match
- Fri Feb 26, 2010 5:17 pm
- Forum: PHP - Code
- Topic: Need help understanding code
- Replies: 1
- Views: 60
Need help understanding code
I am new to php but I have lots of VB.NET experience. The block of php code below is resulting in "$today) { ?> Registration......" without the quotes. Why is the comparison operator '>' being treated like '?> ' ?? <?php $beg_date = "2010-03-01"; $exp_date = "2010-04-16"...