Jump to content

porko2004

Members
  • Posts

    103
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

porko2004's Achievements

Member

Member (2/5)

0

Reputation

  1. ty thewooleymammoth
  2. no that doesn't work correctly. It shows 00-00 New_1_Name ; else echo "Have a nice day!"; ?> i only want it to show one of them.
  3. sorry i was trying to say error is here <div class="newstitle" align="left"><?php echo $News_1_Date;?> <a href="<?php echo $News_1_URL;?>"><?php echo $News_1_Name;?></a></div><br> this doesnt appear its between " " Have a nice day! works fine but.
  4. so how should i do it?
  5. <?php if ($News_1_Status=="Y") echo <div class="newstitle" align="left"><?php echo $News_1_Date;?> <a href="<?php echo $News_1_URL;?>"><?php echo $News_1_Name;?></a></div><br>; else echo "Have a nice day!"; ?> how do i get the above script working any clue?
  6. Ok sorry. The file i created is a .php file which includes html code as u can see above. When i add <?php include("index/index_files/front/php/include.php"); ?> within <html> into the website script it works fine on firefox which it gets the db tables and on IE does too but on IE the website isnt displayed correctly. if ppl view my site http://211.30.186.225/ in both browzers u will know at i mean. in firefox it appears full screen and in IE its small and on the side.
  7. by the way the file is a .php file
  8. You haven't actually said how it is appearing and how you expected it to. its to appear the same as on firefox but it isnt
  9. http://211.30.186.225/ try this on ie and firefox u will know wat i mean
  10. if i remove <? include("index/index_files/front/php/include.php"); ?> website is fine this isnt a actual error just website on ie doesnt appear correctly
  11. this is the full script anyone know wats wrong. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html> <? include("index/index_files/front/php/include.php"); ?> <head> <meta http-equiv="Content-Language" content="en-us"> <TITLE><?php echo $Website_Title;?></TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=shift_jis"> <meta name="keywords" content="<?php echo $Website_Keywords;?>"> <meta name="description" content="<?php echo $Website_Description;?>"> <meta http-equiv="adimage" content="201"> <link href="index/index_files/front/css/2008css.css" rel="stylesheet" type="text/css"> <link rel="SHORTCUT ICON" href="<?php echo $Front_Website_Favicon_Location;?>" /> <style type="text/css"> <!-- body { background-color: #310400; } --> </style> </head> <body> <div class="fullbg"> <div class="warpper"> <div class="top"></div> <div class="main"> <!--left--> <div class="left"></div> <!--left end--> <!--center--> <div class="center"> <div class="logo"></div> <div class="m1"></div> <div class="login"><a href="<?php echo $Front_SignUp_URL;?>"></a></div> <div class="enter"><a href="<?php echo $Front_Enter_URL;?>"></a></div> </div> <!--center end--> <!--right--> <div class="right"></div> <!--right end--> <!--nav--> <div class="nav"> <ul> <li class="n1"><a href="<?php echo $Front_Download_URL;?>" ></a> </li> <li class="n2"><a href="<?php echo $Front_Sales_URL;?>" ></a> </li> <li class="n3"><a href="<?php echo $Front_Support_URL;?>" ></a> </li> </ul> </div> <!--nav end--> </div> <!--footer--> <div class="footer"> <br><br> <font size = "2"><?php echo $Website_Copyright;?></font> </div> </div> </div> </body> </html>
  12. im making a website it works fine on firefox but on ie doesnt work correctly. page looks weird i see the error is <? include("index/index_files/front/php/include.php"); ?> anyone can help me its in a <html> tab.
  13. if i wanna put the script in its own file i put. include ('reg.php'); right so it appears on other page?
  14. ty so very much
  15. is it possible to put it into <div class="login"><a title="reg" href="$reg" target="_blank"></a></div>?
×
×
  • 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.