Jump to content

[SOLVED] hellppp please


hozzamedia.com

Recommended Posts

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

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

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.