popodc Posted November 2, 2006 Share Posted November 2, 2006 [code]<? if (!$excel) {<link href="style.css" rel="stylesheet" type="text/css">}?>[/code]im encountering an error....[color=red]Parse error: syntax error, unexpected '<' [/color]thanks! Link to comment https://forums.phpfreaks.com/topic/25881-error-in-removing-css-style/ Share on other sites More sharing options...
trq Posted November 2, 2006 Share Posted November 2, 2006 [code=php:0]<?php if (!$excel) { echo '<link href="style.css" rel="stylesheet" type="text/css">';}?>[/code] Link to comment https://forums.phpfreaks.com/topic/25881-error-in-removing-css-style/#findComment-118219 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.