Search found 1 match
- Thu Dec 09, 2010 9:28 pm
- Forum: PHP - Code
- Topic: Expecting , or ;
- Replies: 1
- Views: 67
Expecting , or ;
<?php if($party==On) { echo "<style type='text/css'> @import url( files/style.css ) </style>; } else { echo "<style type='text/css'>@import url( files/style.css )</style>; } ?> I have a website that allows me to make a small adjustment to a file included under.php that allows my site to c...