Jump to content

chrisbt123

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by chrisbt123

  1. Thanks, will give it a try!
  2. Hi, I am making a webiste, and for a while I have looked at the menu's down the side, that you canscroll down on, like the PHPBB admin panel?ThanksChris
  3. Maybe I should have been a little bit more specific lol, i already know basic / advanced HTML, i have created loads of pages in the past, and i already have a host that supports php, i meant like what file should i start on first? thankschris
  4. Hi, I am planning to start a mafia game website, but what page should I start doing first? RegardsChris
  5. OK, thanks m8, will try that
  6. sorry for the delay in response...i am saving it in notepad as a html file then viewing it / previewing it from the desktop, where i have saved it.
  7. <?php//Script Made By Chris Button//News Page Is NOT Free Software//Admin Email chrisbt123@talktalk.net////////////////////////////////////////////////////////////////////////////////////////////////////////////echo $txt="This is compspares news!!!";?><html> <body><b><div align="center"><u><i><h2>Welcome to Compspares News!!!</h2></i></u></div align></b><br><br><b>Welcome to compspares news! This is a beta edition, as it is our first edition. Andwe only have one coder, that's Shaun's son, Chris, this is because shaun can't code tosave his life. it saves clogging up the index page with all the news. Oh, just thoughtI'd tell you this page is coded in HTML, chris is learning CSS so site will look alot neater soon!</b><?phpecho date("Y/m/d");echo "<br />";echo date("Y.m.d");echo "<br />";echo date("Y-m-d");?>I have broke it down as much as i can, but those php tags DO NOT show up. Any ideas?
  8. I think I know what you mean, rename your homepage file to index.htm that should do trick...Or if you want to make it your actual first page when you open up internet explorer...click tools, internet options, then there is the address of your current homepage at the top....delete that and enter your new one :wink:
  9. Hi, I have a problem with my php script. I have put echo tags in there, but they are not showing up. They may as well be comments, they don't display in HTML or in php. Also, I have tried to put the date and time tag in there, but that dosen't show either. Has anybody else had this problem?ThanksChris
×
×
  • Create New...