hozzamedia.com Posted December 6, 2008 Share Posted December 6, 2008 i am a newbe to the php scripting, i have been trying to get this coding to work for hours but no uck. just wondered if anyone can help? else { echo ' <h4 align="center"><u>Lastest IT News</u></h4> <marquee height="100%" scrollamount="2" direction="up" loop="true"> <font color="#ffffff" size="2"> <center> <strong>'; echo file_get_contents('../news.hza') echo '</strong> </center> </font> </marquee> '; Thanks Guys Link to comment https://forums.phpfreaks.com/topic/135784-solved-hellppp-please/ Share on other sites More sharing options...
hozzamedia.com Posted December 6, 2008 Author Share Posted December 6, 2008 also if it is any help is displays this error when loading the page the php is on Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in Link to comment https://forums.phpfreaks.com/topic/135784-solved-hellppp-please/#findComment-707556 Share on other sites More sharing options...
wildteen88 Posted December 6, 2008 Share Posted December 6, 2008 You are missing a ; at the end of this line: echo file_get_contents('../news.hza') Link to comment https://forums.phpfreaks.com/topic/135784-solved-hellppp-please/#findComment-707565 Share on other sites More sharing options...
ashishag67 Posted December 6, 2008 Share Posted December 6, 2008 else { ?> <h4 align="center"><u>Lastest IT News</u></h4> <marquee height="100%" scrollamount="2" direction="up" loop="true"> <font color="#ffffff" size="2"> <center> <strong> <?php echo file_get_contents("../news.hza"); ?> </strong> </center> </font> </marquee> <?php } ?> just copy paste this code and i am sure it should work! cheers Enjoy! Visit http://www.mysqlandphp.net Link to comment https://forums.phpfreaks.com/topic/135784-solved-hellppp-please/#findComment-707584 Share on other sites More sharing options...
hozzamedia.com Posted December 7, 2008 Author Share Posted December 7, 2008 thanks guys, i keep leavin them out , only a lil mistake but makes nothin work. all works now, thanks again Link to comment https://forums.phpfreaks.com/topic/135784-solved-hellppp-please/#findComment-708176 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.