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 Quote 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 Quote 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') Quote 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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/135784-solved-hellppp-please/#findComment-708176 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.