10-07-2009, 08:00 PM
|
#2 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Looks OK to me... You may want to consider using PHP's short tags for this too:
PHP Code:
<?php if($x==1): ?>
javascript...
<?php endif; ?>
|
|
|
|